Hola,
al momento de montar el disco duro externo en debian sale el siguiente error:
Error mounting: mount exited with exit code 1: helper failed with:
Unprivileged user can not mount NTFS block devices using the external FUSE
library. Either mount the volume as root, or rebuild NTFS-3G with integrated
FUSE support and make it setuid root.
googleando, encontré la solución:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631504
en resumen:
Removing "--with-fuse=external" or replacing it with
"--with-fuse=internal" in the configuration part of the rules files
solves the problem.
el asunto es que no tengo idea de cómo eliminar ó comentar la línea de código:
with-fuse=external
en gran parte porque no sé en qué archivo se encuentra.
alguien me podría ayudar
please!!
salu2.
¿Estás haciendo el mount con sudo? Dice que no tienes privilegios. ¿Que te regresa:
cat /etc/fstab
?
hola, sale esto:
jhonuser@jhonDeb:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/jhonDeb-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=10bb3bac-107e-42d1-b498-51b1143df0f5 /boot ext4 defaults 0 2
/dev/mapper/jhonDeb-home /home ext4 defaults 0 2
/dev/mapper/jhonDeb-tmp /tmp ext4 defaults 0 2
/dev/mapper/jhonDeb-usr /usr ext4 defaults 0 2
/dev/mapper/jhonDeb-var /var ext4 defaults 0 2
/dev/mapper/jhonDeb-swap_1 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sdb1 /media/usb0 auto rw,user,noauto 0 0
pd: aclaro que añadí mi usuario a la lista de usuarios root
Bueno, creo que lo mejor sería reinstalar el NTFS-3g con el Fuse Internal.
http://linuxtidbits.wordpress.com/2011/12/10/mounting-a-windows-ntfs-partition-as-a-regular-user-ubuntu/
Para eso vas a tener que bajarte el source, reconfigurarlo, hacer el .deb y luego reinstalar. Ahi explican todo muy bien, no deberías tener problema alguno.
También podrías comentar la linea de usb en el fstab y hacer un mount manual con sudo.
lo siento, no puedo probarlo porque me he quedado sin equipo, agradezco tu ayuda.
el disco externo que no funcionaba era seagate de 1 tera,
desde debian x64 con gnome no me reconocía el disco
Pero! me instalé en la máquina debian x64 con lxde y milagrosamente funcionó :')
Gracias MinusFour.
Salud2.