[tlinux-users:08266] Re: Hard disk crash
"Renato S. Yamane" <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
Ezequiel Sundblad wrote: > The problem is Freespire not see the Fedora partition and when I use Gnome > Partition Editor give this error about the fedora part. > /dev/hda6 ! unknow 9.96 GIB --lvm This is a LVM "partition"? > When use the Fedora cd and rescue the system Fedora mount /dev/hda6 in > /mnt/sysimage You try mount this partition on Freespire? I think that this partition is umounted, so is impossible access. > Freespire see my pendrive with no problems. > Other option is to mount the pendrive in the Fedora Rescue system to copy > the data. Connect your pen-drive on Fedora Rescue and see output of "dmesg". In dmesg you can see where your pen-drive can be mounted (e.g. /dev/sda1). So you need creat an directory in /mnt (e.g. #mkdir /mnt/pendrive) and mount your device (#mount /dev/sda1 /mnt/pendrive)... Now you can transfer your files to /mnt/pendrive. After backup, you can run a check surface... If you use a ReiserFS, see this: <http://www.cyberciti.biz/tips/repairing-reiserfs-file-system-with-reiserfsck.html> Best regards, Renato S. Yamane BRAZIL