Renaming issues ...
3 participantes
Página 1 de 1.
Re: Renaming issues ...
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
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
Re: Renaming issues ...
Imdeed, I have just unxuccessfully triedmatthelas 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 :) ) [...]
- Código:
umount /tmp/hdd/volumes/HDD1/
mount /dev/sda1 /tmp/hdd/volumes/HDD1/ -t ufsd
Thanks,
evr- Mensajes : 279
Fecha de inscripción : 12/10/2010
Re: Renaming issues ...
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
Re: Renaming issues ...
I reply to myself: The missing option to mount was "-o force". This is the minimal expression:evr escribió:Has Anybody found how to mount the ntfs partition (/dev/sda1 on /tmp/hdd/volumes/HDD1/) ??
- Código:
mount -t ufsd -o force /dev/sda1 /tmp/hdd/volumes/HDD1
- Código:
mount -t ufsd -o force -o rw -o sparse -o nls=utf8 -o umask=0000 /dev/sda1 /tmp/hdd/volumes/HDD1
evr- Mensajes : 279
Fecha de inscripción : 12/10/2010
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.