FreeBSD under Mount Summary!

xiaoxiao2021-03-06  35

1.Mount FAT / FAT32 partition: (C drive) Mount -t MSDoS / DEV / AD0S1 / MNT

or

MOUNT_MSDOS / DEV / AD0S1 / MNT

FOR 4.X

MOUNT_MSDOSFS / DEV / AD0S1 / MNT

FOR 5.x

2. Mout Windows extension partition (FAT / FAT32):

Commands and 1, just remember: extended partitions starting from S5, such as Mount D disk, available:

Mount -t MSDoS / DEV / AD0S5 / MNT

Mount_MSDoS / DEV / AD0S5 / MNT

FOR 4.X

MOUNT_MSDOSFS / DEV / AD0S5 / MNT

FOR 5.X

3.Mount NTFS partition: (C drive as an example)

Mount -T NTFS / DEV / AD0S1 / MNT

or

Mount_NTFS / DEV / AD0S1 / MNT

[Note] 1. The NTFS of Chaine / GBFS seems to have problems, not recommended to use player-level users.

Note 2 .: To let the Windows partition (or CD-ROM) on MOUNT display Chinese, you need to upgrade your ports, then install GBFS:

#CD / USR / PORTS / Chinese / GBFS # make install clean

Then compile the kernel, comment out

Options cd9660options msdos

Note 3. You don't have to install GBFS on 5.1-Current.

MOUNT_MSDOSFS -L EN_CN.GB18030 / DEV / AD0SX / MNT

The command can support the Chinese file name on the FAT32 partition. Of course, Locale can not have to use 18030, zh_cn.euccn, zh_cn.gbk can!

4.mount Linux ext2fs / ext3fs:

Add in the kernel

Options ext2fs, compile the kernel.

Mount

Mount_ext2fs command, EXT3FS mount is also used

Mount_ext2fs

5.Mount Ordinary Data Disc:

mount_cd9660 / dev / ACD0 / CDROM

6.Mount ISO file

In 5.x as follows

MDConfig -a -t vNode -f abc.iso -u 1mount_cd9660 / dev / md1 / cdrom

4.8 version

Vnconfig / dev / vn0 /Home/xiaoche/a.isomount -t cd9660 / dev / vn0 / mntumount / mntvnconfig -u / dev / vn0

7.Mount CD, VCD, DVD

Play CD, VCD, and DVD do not need to be on the first mount.

If you must be mount, you can do this:

#mount _cd9660 -s 0 / dev / ACD0 / CDROM

8.Mount floppy disk:

1.Format:

# / usr / sbin / fdformat -f 1440 / dev / fd0

2. Run Disklabel:

# / sbin / disklabel -b -r -w / dev / fd0 fd1440

3.create new fs:

# / sbin / newfs_msdos / dev / fd0

4.mount & us

#mount_msdosfs / dev / fd0 / mnt

9.Mount USB

Ensure that there is a next item in the kernel

Device ScbusDevice Dadevice CD

There is default in generic, if not, please compile the kernel.

Most U disk uses a FAT file system, so use

Mount -t MSDoS / DEV / DA0 / MNT

Mount

10.Mount ZIP floppy disk:

#mount_msdosfs / dev / afd0s4 / mnt / zip

转载请注明原文地址:https://www.9cbs.com/read-54289.html

New Post(0)