mount |
Linux Commands - Basic Commands |
mountThe mount command will allow you to mount a drive for use. Example: mount /dev/cdrom /mnt/cdrom This command tells the system to mount the CDROM and where to mount it. Options -a mounts all partitions in the /etc/fstab file -h help -r mounts as read only -w mounts as read/write
|