Recover files from a non-booting Windows PC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
mount -t vfat /dev/sdb1 /mnt/backup | mount -t vfat /dev/sdb1 /mnt/backup | ||
</pre> | </pre> | ||
Use | |||
<pre> | |||
net-setup eth0 | |||
</pre> | |||
to set up network transfer. |
Revision as of 18:01, 31 March 2011
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 (just drop the -o ro for read/write)
To mount a FAT32 USB key as writeable:
mount -t vfat /dev/sdb1 /mnt/backup
Use
net-setup eth0
to set up network transfer.