Difference between revisions of "Manually mounting a drive in linux"
From thelinuxwiki
(Pushed from thelinuxwiki.com.) |
Revision as of 19:01, 25 February 2013
Examples where sdb1 = target partion to be mounted
For FAT32
use: sudo mount -t vfat -o umask=ooo /dev/sdb1 /pathtomountpoint
NTFS
sudo mount -t ntfs -o umask=0222 /dev/sdb1 /pathtomountpoint