Codice: Seleziona tutto
ntfs_attr_pread: ntfs_pread failed: Errore di I/O
Failed to read NTFS $Bitmap: Errore di I/O

Codice: Seleziona tutto
ntfs_attr_pread: ntfs_pread failed: Errore di I/O
Failed to read NTFS $Bitmap: Errore di I/O




Codice: Seleziona tutto
$LogFile indicates unclean shutdown (0,0) Failed to mount '/dev/sdb3/:
Operazione non supportata Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by clicking on the 'Safely Remove Hardware' icon in the Windows taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for your own responsibility.
For example type in the command line: mount -t ntfs-3g /devsdb3 /media/dati personali -o force
Or add the option to the relevant row in the /etc/fstab file: /dev/sdb3 /media/dati personali ntfs-3g defaults,force 0 0


Codice: Seleziona tutto
mount -t ntfs-3g /devsdb3 /media/dati personali -o forceCodice: Seleziona tutto
sudo fdisk -l
hai chiuso male il sistema l'ultima volta? hai scollegato il disco senza smontarlo? Saltata la corrente?gatzu ha scritto: Mi ha dato questo errore cercando di montarlo ora:
Codice: Seleziona tutto
$LogFile indicates unclean shutdown (0,0) Failed to mount '/dev/sdb3/: Operazione non supportata Mount is denied because NTFS is marked to be in use. Choose one action: Choice 1: If you have Windows then disconnect the external devices by clicking on the 'Safely Remove Hardware' icon in the Windows taskbar then shutdown Windows cleanly. Choice 2: If you don't have Windows then you can use the 'force' option for your own responsibility. For example type in the command line: mount -t ntfs-3g /devsdb3 /media/dati personali -o force Or add the option to the relevant row in the /etc/fstab file: /dev/sdb3 /media/dati personali ntfs-3g defaults,force 0 0

Codice: Seleziona tutto
fdisk -l Codice: Seleziona tutto
Disco /dev/sdb: 250.0 GB, 250059350016 byte
255 heads, 63 sectors/track, 30401 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0e690e69
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1217 11474 82397385 f W95 Esteso (LBA)
/dev/sdb5 1217 2189 7815591 83 Linux
/dev/sdb6 5979 11474 44146588+ 7 HPFS/NTFS
omitting empty partition (5)
Codice: Seleziona tutto
sudo mount -t ntfs-3g /dev/hdb6 /media/dati personali -o force
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .


Codice: Seleziona tutto
Failed to access '/dev/hdb6': Nessun file o directory

Codice: Seleziona tutto
sudo mount -t ntfs-3g -o force /dev/sdb6 /media/'dati personali'Codice: Seleziona tutto
$MFTMirr error: Invalid mft record for '$MFT'.
Failed to mount '/dev/sdb6': Errore di I/O
NTFS is either inconsistent, or you have hardware faults, or you have 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 you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.




ops.. non avevo ri-letto il post e non sapevo dell'esistenza o meno di windows :-[carver55 ha scritto: windows non ce l'ha e testdisk e in grado di recuperare anche partizioni ntfs

Visualizzano questa sezione: 0 utenti iscritti e 14 ospiti