Linux command: mount
Revision as of 21:39, 3 March 2019 by Rafahsolis (talk | contribs)
mount drives examples
sudo mount -t vfat /dev/hda /media/sdb sudo mount -t ntfs-3g /dev/hda /media/sdb sudo mount -t iso9660 /dev/cdrom /media/cdrom sudo mount -o umask=0022,gid=1000,uid=1000 /dev/sdc1 /media/rafa/GIT/
ntfs-3g es un paquete que hay que instalar. see df and fdisk
Remount partition as read-write
sudo mount -o remount,rw /