-
The following command tells the system to mount
/dev/dsk/c0b0t1d0s2 as a vxfs
filesystem that begins at the directory /mnt:
mount -F vxfs /dev/dsk/c0b0t1d0s2 /mnt
-
The following command tells the system to mount
/dev/dsk/c0b0t1d0s2 as an s5
filesystem that begins at the directory /mnt:
mount -F s5 /dev/dsk/c0b0t1d0s2 /mnt
-
The following command tells the system to mount
/dev/dsk/c0b0t1d0s2 as a ufs
filesystem that begins at the directory /mnt:
mount -F ufs /dev/dsk/c0b0t1d0s2 /mnt