← Blog

Mount - Montaje de Sistemas

Apuntes y comandos de Mount - Montaje de Sistemas para Linux.

mount nfs share

mount -t nfs -o vers=3 10.1.1.1:/home/ ~/home


mount -t nfs4 -o proto=tcp,port=2049 127.0.0.1:/srv/Share mountpoint

mount smb share

sudo mount -t cifs //10.1.1.1/'sharename' /home -o rw,vers=1.0,dir_mode=0777,file_mode=0777,nounix
# or
sudo mount -t cifs -o vers=1.0 //10.11.1.136/'Sharename' sharemount

Mounting Devices

mount -t <filesystemtype> <location>
mount -t /dev/cdrom /media
umount /dev/cdrom