You are not logged in.
Hi arch-folks!
I've got a 1TB (~931 GiB) external hdd of which 731 GiB are NTFS-formatted (for interoperability with win) and 200 GiB FAT32 (for macs).
The data on the fat-partition was all ok and could be read in linux. After I once booted Win, all the data was lost, both in win and linux. Strangely, "df" and the windows-explorer both say there is still 115 of the 200 GiB used.
# fdisk -l /dev/sdc
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe8900690
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 95493 767047491 7 HPFS/NTFS
/dev/sdc2 95494 121601 209712510 c W95 FAT32 (LBA)
# df -h /dev/sdc2
Filesystem Size Used Avail Use% Mounted on
/dev/sdc2 200G 115G 85G 58% /media/FATDATEN
# du -h -c /media/FATDATEN/
32K /media/FATDATEN/System Volume Information/_restore{7BD8C0E5-563E-4D43-8C06-A333E291B668}/RP33
48K /media/FATDATEN/System Volume Information/_restore{7BD8C0E5-563E-4D43-8C06-A333E291B668}
64K /media/FATDATEN/System Volume Information
80K /media/FATDATEN/
80K total
Any ideas?
Last edited by Eradest (2010-01-05 15:24:26)
Offline
Do a backup of the partition with dd and try to run chkdisk in windows, if that doesn't work and the data you had there is important then try to use data recovery programs (testdisk is a good candidate).
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Ok, problem solved. The point was that the Windows XP wasn't booted but just resumed from hibernate. This seems to be a known problem with Win.
For me, a "chkdsk /F" on Windows placed all the lost data in a "FOUND.000" folder where I just have to rename them.
Offline