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