problem mounting

Maurice McCarthy manselton at gmail.com
Sun May 30 14:49:04 UTC 2010


On 30 May 2010 13:30, Gary Kirkpatrick <pegngaryubuntu at gmail.com> wrote:
> The other day I resized a sda6 data.  It was right next to sda 8 in
> gparted so I shrunk sda8 and then expanded sda6.  Everything worked
> fine for several days but now I can not mount sda8 (upon which is
> installed a copy of Mint).
>
>  sudo blkid
> /dev/sda1: UUID="710733b8-8d16-482a-a633-b3fe276fa804" TYPE="ext3"
> /dev/sda5: UUID="52f69d2b-db0b-485f-8c1f-85b633cea624" TYPE="swap"
> /dev/sda6: LABEL="Data" UUID="d83e984c-2e40-4327-b958-13f4b3592907" TYPE="ext3"
> /dev/sda7: UUID="1b541f32-d330-4356-8e6e-b042ad1c5665" TYPE="swap"
> /dev/sda8: LABEL="side 2" UUID="0436101a-bd71-471e-ba13-241a8b0ec7de"
> TYPE="ext4"
> /dev/sdb1: SEC_TYPE="msdos" UUID="448A-715B" TYPE="vfat"
>
> fstab does not show an entry for sda 8
>


Hi

Not too sure but this might work:

use gparted to relabel sda8 to "side2" with no spaces then create the
mount point with

sudo mkdir /mnt/side2

then mount it so:
sudo mount -t ext4 -L side2 /mnt/side2

Regards
Maurice

PS
Your next post came in as I was about to send. If you want to try to
recover it then look at installing testdisk or get a grml boot cd as
it has loads of recovery tools. http://grml.org




More information about the ubuntu-users mailing list