Recover files from a non-booting Windows PC

From Wiki
Revision as of 17:28, 31 March 2011 by Scott (talk | contribs) (Created page with 'boot into System Rescue CD http://www.sysresccd.org/Main_Page To mount an NTFS drive as read-only: <pre> mount -t ntfs-3g -o ro /dev/sda1 /mnt/windows </pre> To mount NTFS as …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

boot into System Rescue CD

http://www.sysresccd.org/Main_Page

To mount an NTFS drive as read-only:

mount -t ntfs-3g -o ro /dev/sda1 /mnt/windows

To mount NTFS as writeable:

mount -t ntfs-3g /dev/sda1 /mnt/windows