LG MS450H MS400H
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Renaming issues ...

3 participantes

Ir abajo

Renaming issues ... - Página 2 Empty Re: Renaming issues ...

Mensaje  matthelas Dom Mayo 16, 2010 6:40 pm

Hi,

What I did is the following: I moved the files not corrupted (by that time, only one remained uncorrupted, the three others were not movable ...) and lauched two "initialisation" via the LG menu on my internal hard disk.
Will monitor whether I have the issue again or not, and if yes will extract the HDD and plug it to a pc...

Weird.

Cheers,
Matt

matthelas

Mensajes : 145
Fecha de inscripción : 08/02/2010

Volver arriba Ir abajo

Renaming issues ... - Página 2 Empty Re: Renaming issues ...

Mensaje  evr Miér Ene 12, 2011 9:02 pm

matthelas escribió:I tried to read a bit Parangon stuff:
http://download.paragon-software.com/doc/manual_ntfsl_eng.pdf

I then tried to umount / remount partition with different codepage, iocharset, etc. to try to have names with no weird characters (in case) but it seems I do not mount things correctly, since I can umount a ufsd/ntfs partition, but I am not able to remount it, despite using mount -t ufsd /dev/... /tmp/... (with ... replaced by the right paths :) ) [...]
Imdeed, I have just unxuccessfully tried
Código:
umount /tmp/hdd/volumes/HDD1/
mount /dev/sda1 /tmp/hdd/volumes/HDD1/ -t ufsd
Has Anybody found how to mount the ntfs partition (/dev/sda1 on /tmp/hdd/volumes/HDD1/) ??

Thanks,

evr

Mensajes : 279
Fecha de inscripción : 12/10/2010

Volver arriba Ir abajo

Renaming issues ... - Página 2 Empty Re: Renaming issues ...

Mensaje  matthelas Miér Ene 12, 2011 9:37 pm

evr escribió:
Has Anybody found how to mount the ntfs partition (/dev/sda1 on /tmp/hdd/volumes/HDD1/) ??

Hi!
Not me, unfortunately :-/
Cheers,
Matt

matthelas

Mensajes : 145
Fecha de inscripción : 08/02/2010

Volver arriba Ir abajo

Renaming issues ... - Página 2 Empty Re: Renaming issues ...

Mensaje  evr Miér Ene 12, 2011 10:32 pm

evr escribió:Has Anybody found how to mount the ntfs partition (/dev/sda1 on /tmp/hdd/volumes/HDD1/) ??
I reply to myself: The missing option to mount was "-o force". This is the minimal expression:
Código:
mount -t ufsd -o force /dev/sda1 /tmp/hdd/volumes/HDD1
And this is what I found somewhre googling around:
Código:
mount -t ufsd -o force -o rw -o sparse -o nls=utf8 -o umask=0000 /dev/sda1 /tmp/hdd/volumes/HDD1
Best,

evr

Mensajes : 279
Fecha de inscripción : 12/10/2010

Volver arriba Ir abajo

Renaming issues ... - Página 2 Empty Re: Renaming issues ...

Mensaje  Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.