Next | Prev | Up | Top | Contents | Index

The mount and umount Commands

You can identify mounted filesystems by entering the mount (see the mount (1M) reference page) command with no arguments:

Admin> mount 
If you are performing a miniroot installation, you can mount additional filesystems with this command:

Admin> mount filesystem mount_directory 
Remember that during a miniroot installation, filesystems are mounted at /root rather than /.

To unmount filesystems, you must be performing a miniroot installation. The umount(1M) command has this syntax:

Admin> umount filesystem 

Next | Prev | Up | Top | Contents | Index