Mount Command: How to use Mount command?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shane
    Senior Member
    • Jun 2006
    • 264

    Mount Command: How to use Mount command?

    Hello All,

    Mount command is used for attaching the file directory of a device or partition to the file directory tree of the Linux system.

    Example:

    mount /dev/hdb1 /backup

    This command will connect the device "/dev/hdb1" to the directory "/backup" so that one can access the files and folders under the "backup" directory. The directory "backup" is also called the "mount point" which must already exist when this command is executed.

    umount /dev/hdb1 /backup

    This command is used to unmount the backup directory so one can not access the files and folders under the backup directory.

    Thanks,

    Shane G.
    AccuWebHosting.Com
    Last edited by admin; 07-29-2015, 09:57 AM.
Working...
X