Mount an NTFS Partition
Posted: | 2007-04-19 20:14 |
---|---|
Tags: | Debian |
This is a handy command for mounting an NTFS partition read only:
sudo mkdir /mnt/windows sudo mount -t ntfs /dev/hda1 /mnt/windows -o uid=1000
|
Posted: | 2007-04-19 20:14 |
---|---|
Tags: | Debian |
This is a handy command for mounting an NTFS partition read only:
sudo mkdir /mnt/windows sudo mount -t ntfs /dev/hda1 /mnt/windows -o uid=1000
|
Copyright © James Gardner 1996-2009 All Rights Reserved. | http://jimmyg.org |