System Administration Guide: Basic Administration

x86: Examples—Mounting a PCFS (DOS) File System From a Hard Disk (mount Command)

The following example shows how to mount the logical drive in the primary DOS slice on the /pcfs/c directory.


# mount -F pcfs /dev/dsk/c0t0d0p0:c /pcfs/c

The following example shows how to mount the first logical drive in the extended DOS slice read-only on /mnt.


# mount -F pcfs -o ro /dev/dsk/c0t0d0p0:2 /mnt