Home Blog CV Projects Patterns Notes Book Colophon Search

Mount an NTFS Partition

19 Apr, 2007

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-2020 All Rights Reserved. Admin.