моя машина Linux разбилась, но все файлы резервируются на внешнем диске на основе USB. Проблема в том, что это файловая система ext2, поэтому моя другая машина, которая является машиной Windows XP, не может ее прочитать (она говорит, что она неформатирована).
после прочтения как прочитать внешний жесткий диск USB отформатированный ext3 от Windows 7?, Я пробовал Ext2 IFS, но это не сработало, потому что:
C:download>mountdiag.exe E:
The volume has an Ext2/Ext3 file system, but the Ext2 IFS 1.11 software did not
mount it because there is at least one incompat feature flag set. The Ext2
IFS software does not implement:
* needs_recovery *
Here we have an Ext3 file system which has transactions left in its journal. A
pure Ext2 driver must not access such a volume which is in that state (to
prevent data loss!).
You may solve it by mounting it on Linux (which has a kernel with Ext3
support). Be sure that you cleanly dismount it, before you shutdown Linux.
After that the Ext2 IFS software should be able to access the volume.
The volume has an Ext2/Ext3 file system, but the Ext2 IFS 1.11 software did not
mount it because the file system has an inode size unequal to 128 bytes (inode
size: 256 bytes).
The only way to solve it is to back up the volume's files and format the file
system: give the mkfs.ext3 utility the -I 128 switch. Finally, restore all
backed-up files.
After that, the Ext2 IFS software should be able to access the volume.
конечно, я не хочу форматировать диск резервного копирования.
I установлен coLinux, и он работает, но я понятия не имею, как получить доступ к внешнему диску от него.
какие-то другие варианты?