padł mi dysk na firmowym lapku z Windows 7.
Stara płytka live (debian 5.0 Sid) potrafi przez mount zamontować uszkodzony dysk (tylko odczyt). Ale nie mogę "podnieść" interfejsu eth0, widzę tylko lo. Więc po sieci danych nie prześlę. Był na forum podobny temat (eth0) - podane tam sposoby nie pomogły. Podłączenie zewnętrznego dysku (usb) nic nie dało - brak możliwości zamontowania partycji z ntfs (mount daje tylko odczyt, a ntfs-3g nie mogę sprawdzić, bo nie mam jak doinstalować).
Po zmianie dystrybucji na 9.1, Knoppix-a 7.6 i systemrescuecd 5.0.2 nie mogłem zamontować dysku, ani przez mount, ani przez ntfs-3g, ani z opcją -o force. Tu dysk zewnętrzny się montuje (odczyt/zapis), a eth0 działa bez problemu.
Próby montowania zwracają:
Kod: Zaznacz cały
root@sysresccd /root % mkdir /media/moj
root@sysresccd /root % mount -t ntfs /dev/sda2 /media/moj
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
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.
root@sysresccd /root % ntfs-3g /dev/sda2 /media/moj
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
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.
Poradzicie coś?
Z góry dzięki
piobad