Logo
Web01
Ch4os1@web01:~/commands/mount
← View all bash commands

mount

mount - Mount a filesystem.

Examples

mount /dev/sdb1 /mnt
              

Mount the filesystem on /dev/sdb1 to /mnt.

umount /mnt
              

Unmount the filesystem from /mnt.

Notes

This command affects only the current shell session.