Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just 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.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you tried to mount /work partition manually?
    Code:
    sudo umount /dev/sda4
    sudo mount -t ext3 /dev/sda4 /work
    cd /work
    ls
    Post the output of this
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...