[NBLUG/talk] Recovery Partition ( Empty Partition

Troy Arnold troy at zenux.net
Fri Dec 17 12:17:08 PST 2010


On Fri, Dec 17, 2010 at 12:08:24PM -0800, Howard wrote:
>
> So what would the command be to mount this drive in ubuntu if it is seen
> as sda2?? I tried mount /dev/sda2 /media/sda2 -t ntfs umask=000 or  
> something like that,
> and kept getting prompted for syntax errors.

If you really need to set the umask you'll need to use the '-o', options
flag:

mount /dev/sda2 /media/sda2 -t ntfs -o umask=0000

Or mount it as a specific uid 1234:
mount /dev/sda2 /media/sda2 -t ntfs -o uid=1234,gid=1234


-t




More information about the talk mailing list