Knoppix: Windows-Partition mounten

BIOS_Jack

Cadet 3rd Year
Registriert
März 2007
Beiträge
34
Hallo Community,

Ich würde gerne meine Windows-Partition in Knoppix einbinden(Live-CD), aber ich bring es leider nicht zustande.

Das ist mein Ergebnis, bei meinem Versuch:

knoppix@Microknoppix:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x782b9abc

Device Boot Start End Blocks Id System
/dev/sda1 * 1 192 1536000 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 192 18183 144511996 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 18183 19458 10240000 7 HPFS/NTFS
Partition 3 does not end on cylinder boundary.

knoppix@Microknoppix:~$ sudo mkdir -p /mnt/ext
knoppix@Microknoppix:~$ sudo mount -t ntfs-3g /dev/sda2 /mnt/ext

ntfs_attr_pread_i: ntfs_pread failed: Eingabe-/Ausgabefehler
Failed to read NTFS $Bitmap: Eingabe-/Ausgabefehler
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

Was ist mein Problem?

greetz
bios_jack
 
Wie wärs mit lesen?

Dein Windows Dateisystem hat nen Fehler. (Wahrscheinlich DIRTY-Bit gesetzt).


Hier deine Problemlösung (Steht ja auch in der Fehlermeldung):
In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important!
 
Tschuldigung, mein Fehler, hab zu wenig ausführlich mein Problem geschildert.

Ich kann Vista nicht mehr starten. Es friert beim Startvorgang ein. Ich wollte jetzt eigentlich nur schnell meine Daten sichern und danach das System neu aufsetzen.
 
Zurück
Oben