Lo collego sul mio portatile con debian stretch.
Il "Notificatore dei dispositivi" di kde mostra il dispositivo da montare (Samsung M3).
In dmesg vedo
- Codice: Seleziona tutto
Feb 4 11:02:55 pbds kernel: [ 673.560130] usb 2-3: new high-speed USB device number 3 using ehci-pci
Feb 4 11:02:56 pbds kernel: [ 673.746190] usb 2-3: New USB device found, idVendor=04e8, idProduct=61b5
Feb 4 11:02:56 pbds kernel: [ 673.746194] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 4 11:02:56 pbds kernel: [ 673.746196] usb 2-3: Product: Samsung M3 Portable
Feb 4 11:02:56 pbds kernel: [ 673.746198] usb 2-3: Manufacturer: Samsung M3 Portable
Feb 4 11:02:56 pbds kernel: [ 673.746200] usb 2-3: SerialNumber: 82317DF91300000B
Feb 4 11:02:56 pbds mtp-probe: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3"
Feb 4 11:02:56 pbds mtp-probe: bus: 2, device: 3 was not an MTP device
Feb 4 11:02:56 pbds kernel: [ 673.778796] usb-storage 2-3:1.0: USB Mass Storage device detected
Feb 4 11:02:56 pbds kernel: [ 673.786908] scsi host6: usb-storage 2-3:1.0
Feb 4 11:02:56 pbds kernel: [ 673.787043] usbcore: registered new interface driver usb-storage
Feb 4 11:02:56 pbds kernel: [ 673.788392] usbcore: registered new interface driver uas
Feb 4 11:02:57 pbds kernel: [ 674.812996] scsi 6:0:0:0: Direct-Access Samsung M3 Portable 1404 PQ: 0 ANSI: 6
Feb 4 11:02:57 pbds kernel: [ 674.815497] sd 6:0:0:0: Attached scsi generic sg2 type 0
Feb 4 11:02:57 pbds kernel: [ 674.821329] sd 6:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Feb 4 11:02:57 pbds kernel: [ 674.822334] sd 6:0:0:0: [sdb] Write Protect is off
Feb 4 11:02:57 pbds kernel: [ 674.899347] sdb: sdb1 sdb2
Feb 4 11:02:57 pbds kernel: [ 674.903065] sd 6:0:0:0: [sdb] Attached SCSI disk
Tutto regolare per ora.
Guardo le partizioni:
- Codice: Seleziona tutto
parted /dev/sdb print
Model: Samsung M3 Portable (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 20,5kB 210MB 210MB EFI System Partition boot, esp
2 211MB 2000GB 2000GB ntfs Basic data partition msftdata
Provo a montare sdb1 da linea di comando
- Codice: Seleziona tutto
mount /dev/sdb2 /media/eserno/ -t ntfs-3g,ro
Index entry out of bounds in inode 5
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Index entry out of bounds in inode 5
Index entry out of bounds in inode 5
Index entry out of bounds in inode 5
In dmesg vedo
- Codice: Seleziona tutto
Feb 4 11:08:02 pbds kernel: [ 979.829668] fuse init (API version 7.26)
E ora il punto dolente:
- Codice: Seleziona tutto
ls -l /media/eserno/
ls: lettura della directory '/media/eserno/': Errore di input/output
Niente di nuovo in dmesg.
Ho fatto un'immagine di sdb2, l'ho collegata ad un device di loop e ...
- Codice: Seleziona tutto
ntfsfix /dev/loop1
Mounting volume... Index entry out of bounds in inode 5
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Index entry out of bounds in inode 5
Remount failed: Input/output error
Consigli?