A filesystem must be mounted before it can be used. Here are the commands that one can use to mount various media:
Diskette: mount -F vxfs /dev/dsk/f03ht /mnt
or
mount -F vxfs /dev/fd0 /mnt
mount -F dosfs /dev/fd0 /mnt
Disc: mount -r -F cdfs /dev/cdrom/cdrom1 /mnt
Disk: mount -F vxfs /dev/dsk/c0b0t0d0s4 /home
The examples refer to the first floppy drive, first cdrom, and to mounting the Home filesystem.
We use the block devices, /dev/dsk/*, for mounting filesystems.
<mschalit@pacbell.net>
gerberb@zenez.com
|