จะคัดลอกไฟล์จากไดรฟ์ภายนอกที่จัดรูปแบบ Linux ไปยัง Windows ได้อย่างไร


2

เครื่อง 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.

แน่นอนฉันไม่ต้องการฟอร์แมตไดรฟ์สำรองของฉัน

ฉันติดตั้ง coLinux แล้วและมันทำงาน แต่ฉันไม่รู้ว่าจะเข้าถึงไดรฟ์ภายนอกได้อย่างไร

ตัวเลือกอื่น ๆ

คำตอบ:


2

บูตจาก Linux Live CD (เช่น Knoppix หรือ Ubuntu) บนเครื่อง Windows ของคุณและเชื่อมต่อไดรฟ์ภายนอก ระบบ Live ส่วนใหญ่ ( Knoppixสำหรับการใช้งานนอกสถานที่) สามารถจัดการกับ Ext2FS (ตามธรรมชาติ) และ NTFS อ่าน / เขียน ดังนั้นคุณสามารถคัดลอกข้อมูลไปยังพาร์ติชัน NTFS ของคุณจากระบบที่ทำงานอยู่


3

ใช้linux live cdและติดตั้งฮาร์ดไดรฟ์ทั้งสองและคัดลอกข้าม ดิสก์กู้คืนหรือหนึ่งในระบบปฏิบัติการจะทำ ... ดาวน์โหลดขนาดเล็กสำหรับ SystemRescueCD หรือ Parted Magic ...

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.