MOUNT Commands Cheat Sheet

Here is a cli commands cheat sheet for MOUNT command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is MOUNT command?

Add some data here

        # To mount / partition as read-write in repair mode:
mount -o remount,rw /

# To bind mount path to a second location:
mount --bind  

# To mount Usb disk as user writable:
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx

# To mount a remote NFS directory:
mount -t nfs : 

# To mount an ISO:
mount -o loop disk1.iso /mnt/disk
    

Check out the MOUNT command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list