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.
mount - Mount a filesystem.
mount /dev/sdb1 /mnt
Mount the filesystem on /dev/sdb1 to /mnt.
umount /mnt
Unmount the filesystem from /mnt.
This command affects only the current shell session.