Results 1 to 3 of 3
Hi All,
During clean up, i deleted the .Xauthority fille, After which the df -h command is showing output as:
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 8.9G 2.9G ...
- 12-10-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 10
partition showing as 64Z
Hi All,
During clean up, i deleted the .Xauthority fille, After which the df -h command is showing output as:
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 8.9G 2.9G 5.6G 35% /
udev 3.9G 64K 3.9G 1% /dev
/dev/sda2 99M 16M 79M 17% /boot
/dev/sda4 64Z 64Z 77G 100% /work
/work data is inaccessible. I would like to know a way to restore/backup data from the /work partition.
Thanks,
Sandeep.
- 12-11-2009 #2Just Joined!
- Join Date
- May 2006
- Posts
- 8
hmmmm...
deleting .Xauthority shouldn't have anything to do with it, did you do anything else when you were "cleaning"?
as for backing it up can you access it at all (any error message)?
try to unmount the filesystem and fsck it, but if it's damaged you may lose data.
- 12-11-2009 #3
Have you tried to mount /work partition manually?
Post the output of thisCode:sudo umount /dev/sda4 sudo mount -t ext3 /dev/sda4 /work cd /work ls
Code:ls -l /work id
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote