mcnd2
(usa Debian)
Enviado em 12/08/2012 - 12:44h
Editei meu 'fstab' que ficou assim:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
#Entry for /dev/sda6 :
UUID=d35703b7-5f17-4466-8993-7db65d3592ce / ext4 errors=remount-ro 0 1
#Entry for /dev/sda9 :
UUID=53c26c16-780a-42cb-8c1b-d8922e992f70 /media/Backup_note ext4 rw,user,auto 0 0
#Entry for /dev/sda5 :
UUID=5228fef2-0a97-4416-a6b4-e45142907af4 /media/Mageia ext4 rw,user,auto 0 0
#Entry for /dev/sda7 :
UUID=ab623705-cb70-4ef3-a159-9fafcfccc336 /media/Mint_Debian ext4 rw,user,auto 0 0
#Entry for /dev/sda8 :
UUID=799e1b8d-f8c5-479c-89ea-623c07f5321a /media/Sabayon ext4 rw,user,auto 0 0
#Entry for /dev/sda3 :
#UUID=4A704AF6704AE871 /media/Windows_7 ntfs-3g defaults,locale=pt_BR.UTF-8 0 0
/dev/sda3 /media/HD ntfs defaults 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
##Entry for compartilhamento NFS:
192.168.0.188:/media/backup/backup_ggf /media/Backup_desk nfs user,exec,soft 0 0
## Entry for /dev/sda2 (Recovery):
#UUID=F43C452F3C44EDE4 /media/RECOVERY ntfs defaults,nls=utf8,umask=0222 0 0
Depois reiniciei o sistema mais nada da montagem.
Tentei pela linha de comando e nada.
O retorno:
root@debian: [/home/mcnd2]
>>> # mount /dev/sda3 /media/HD
$MFTMirr does not match $MFT (record 3).
Failed to mount '/dev/sda3': Erro de entrada/saída
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@debian: [/home/mcnd2]
>>> #
FDISK -L
root@debian: [/home/mcnd2]
>>> # fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x885b02a2
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 16 128488+ de Utilitário Dell
/dev/sda2 * 17 1485 11792384 7 HPFS ou NTFS
/dev/sda3 1485 14233 102400000 7 HPFS ou NTFS
/dev/sda4 14233 60802 374063104 5 Estendida
/dev/sda5 14233 21372 57344000 83 Linux
/dev/sda6 21372 28511 57344000 83 Linux
/dev/sda7 28511 35650 57344000 83 Linux
/dev/sda8 35651 42790 57344000 83 Linux
/dev/sda9 42790 60802 144681984 83 Linux
root@debian: [/home/mcnd2]
???