Manually mounting a drive in linux

From thelinuxwiki
Revision as of 19:01, 25 February 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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