HARDWARE Y SISTEMAS OPERATIVOS, GNU/Linux, Windows, Mac > GNU/Linux, Unix, *BSD and Free Software, Android
Problema al montar disco duro multimedia con sistema ntfs
Wiki:
si no te funciona la opción de forzar el montaje del disco volvemos a la opción de antes... escaneo del disco desde windows o linux.
http://www.ubuntu-es.org/node/97516
si no tienes datos haz la opción de n1mh
un saludo!!!
ismaac:
--- Código: ---root@ismaac:/home/ismaac# sudo mkfs.ntfs /dev/sde1
Cluster size has been automatically set to 4096 bytes.
Initializing device with zeroes: 100% - Done.
Creating NTFS volume structures.
Error writing to /dev/sde1: Error de entrada/salida.
Error writing non-resident attribute value.
add_attr_sd failed: Error de entrada/salida
Couldn't create root directory: Error de entrada/salida
--- Fin del código ---
--- Código: ---root@ismaac:/home/ismaac# fdisk -l
Disco /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x2bab359d
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sda1 * 1 2432 19535008+ 83 Linux
/dev/sda2 2433 60801 468848992+ 5 Extendida
/dev/sda5 2433 2918 3903763+ 82 Linux swap / Solaris
/dev/sda6 2919 39847 296632161 83 Linux
/dev/sda7 39848 60801 168312973+ 83 Linux
Disco /dev/sde: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cilindros of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8ac28ac2
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sde1 1 60801 488384001 7 HPFS/NTFS
root@ismaac:/home/ismaac# ntfs-3g /dev/sde1 /mnt/windows
NTFS signature is missing.
Failed to mount '/dev/sde1': Argumento inválido
The device '/dev/sde1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
root@ismaac:/home/ismaac#
--- Fin del código ---
Wiki:
prueba esto ....
--- Código: ---sudo fdisk -l (to find you hdd)
fdisk /dev/sdx (sdb in my case)
Command (m for help): n for you partition, t for inserting the Hex code (type L to list codes): linux are 83 ntfs is 7 followed by Enter (button)
Command (m for help):w (to apply changes)
#and then you will have to format.
sudo mkfs -t ntfs /dev/sdx (sdb in my case)
#mind you it will take some time :P and then you will the following:
Cluster size has been automatically set to 4096 bytes.
Initializing device with zeroes: 100% - Done.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.
--- Fin del código ---
sacado de http://ubuntuforums.org/showthread.php?t=717543
ismaac:
Pues voy a probar lo que pone hay, ahora a esperar.
Conecto el disco duro multimedia al televisor y dice que no hay disco duro... esto va a pero jeje
Gracias Wiki por la ayuda.
Wiki:
sera que detecta que no tiene el formato correcto.... ;)
estamos aqui para ayudar, no te preocupes ... jajjaa
Navegación
[#] Página Siguiente
[*] Página Anterior
Ir a la versión completa