Pagina 1 di 1

Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 11:31
da Zombie88
Salve a tutti sono nuovo in questo forum e pure su ubuntu ;D e ho un piccolo problema che non riesco a risolvere.

Ho 3 hdd con filesystyem ntfs, 2 sono riusciti a farli andare installando un programma mentre il terzo non riesco a montarlo e quando ci provo mi da un errore:

unprivileged user cannot mount ntfs block devices using the external fuse library. Either mount the volume as root or rebuild NTFS-3g with integrated fuse support...... ecc.

Vi posto gia quello ke ho scritto in fstab:

# /etc/fstab: static file system information.
#
#  -- This file has been automaticly generated by ntfs-config --
#
#            

proc /proc proc defaults 0 0
# Entry for /dev/sda1 :
UUID=32a1cd55-7acc-443c-aa4b-ca7233731ffb / ext3 relatime,errors=remount-ro 0 1
# Entry for /dev/sda5 :
UUID=125bff23-5342-4077-b835-4d2c7c00bc02 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sdd1 /media/Volume ntfs-3g defaults,locale=it_IT.UTF-8 0 0
/dev/sdc1 /media/Musica ntfs-3g defaults,locale=it_IT.UTF-8 0 0
/dev/sdb1 /media/Archivio ntfs-3g users,defaults,locale=it_IT.UTF-8 0 0

e mtab:


/dev/sda1 / ext3 rw,relatime,errors=remount-ro 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,nosuid,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
lrm /lib/modules/2.6.28-11-generic/volatile tmpfs rw,mode=755 0 0
/dev/sdd1 /media/Volume fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sdc1 /media/Musica fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
securityfs /sys/kernel/security securityfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
gvfs-fuse-daemon /home/samuele/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=samuele 0 0


chiedo il vostro aiuto dato che non so cosa fare e vi ringrazio in anticipo

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 11:33
da bancaldo
è sdb1 che non monti?

posta anche

Codice: Seleziona tutto

sudo fdisk -l

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 11:56
da Mozo
La butto lì...    
prova a cancellare "users" dalla riga in fstab
/dev/sdb1 /media/Archivio ntfs-3g users,defaults,locale=it_IT.UTF-8 0 0

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 12:01
da bancaldo
Zombie88 ha scritto:
unprivileged user cannot mount ntfs block devices using the external fuse library. Either mount the volume as root
Ho letto adesso....

togli users da fstab

il dubbio te lo togli provando manualmente con:

Codice: Seleziona tutto

sudo mount /dev/sdb1  /media/Archivio -t ntfs-3g -o silent,umask=0,locale=it_IT.utf8

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 12:15
da Zombie88
tolto user
posta anche

Codice:

sudo fdisk -l
Disco /dev/sda: 81.9 GB, 81964302336 byte
255 testine, 63 settori/tracce, 9964 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x0fba0fb9

Dispositivo Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1        9553    76734441  83  Linux
/dev/sda2            9554        9964    3301357+  5  Esteso
/dev/sda5            9554        9964    3301326  82  Linux swap / Solaris

Disco /dev/sdb: 81.9 GB, 81964302336 byte
255 testine, 63 settori/tracce, 9964 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x67aef6a5

Dispositivo Boot      Start        End      Blocks  Id  System
/dev/sdb1              1        9963    80027766    7  HPFS/NTFS

Disco /dev/sdc: 80.0 GB, 80026361856 byte
255 testine, 63 settori/tracce, 9729 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xb459680f

Dispositivo Boot      Start        End      Blocks  Id  System
/dev/sdc1  *          1        9729    78148161    7  HPFS/NTFS

Disco /dev/sdd: 203.9 GB, 203928109056 byte
255 testine, 63 settori/tracce, 24792 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x37a5ddcf

Dispositivo Boot      Start        End      Blocks  Id  System
/dev/sdd1              1      24792  199141708+  42  SFS

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 12:20
da Zombie88
ah mi sono dimenticato si è il sdb che non riesco a montare.
Poi ho tolto user e adesso è cambiato il messaggio d'errore:

solamente root può montare /dev/sdb1 su /media/Archivio
il dubbio te lo togli provando manualmente con:

Codice:

sudo mount /dev/sdb1  /media/Archivio -t ntfs-3g -o silent,umask=0,locale=it_IT.utf8
non va  da

Codice: Seleziona tutto

$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdb1': Errore di I/O
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.

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 12:21
da bancaldo

Codice: Seleziona tutto

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.
la risposta è nel messaggio.

Montalo su Windows e fai un chkdsk /f del disco incriminato.

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 12:25
da Zombie88
il problema è che non ho + windows ho formattato

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 12:34
da Mozo
Zombie88 ha scritto: il problema è che non ho + windows ho formattato
Ma hai ancora il cd?
Avvia col cd, poi premi R per aprire la console di emetgenza, ed esegui il chkdsk.

Re: Impossibile montare <>

Inviato: giovedì 18 giugno 2009, 12:35
da bancaldo
Mozo ha scritto: Avvia col cd, poi premi R per aprire la console di emetgenza, ed esegui il chkdsk.
Buona idea!
Altrimenti vai da un amico.

purtoppo su NTFS un'alternativa "linux" a chkdsk /f, non c'è ancora.
http://www.linux-ntfs.org/doku.php?id=ntfsck