an error occured while mounting ... on an SSD
I recently added a new SSD to my dual boot system running Win7 and Ubuntu 12.04 LTS
I duplicated the original dual boot drive (300 GB HD) into the new SSD (500 GB SSD) and everything worked fine with the new drive, including grub. Surprisingly, Windows7, originally installed on the HD, did not complain and works much faster.
Then I decided to use the unmounted part (circa 200 GB) of the new SSD for mounting a subdir of my home: /home/zorbeck/
I created the unformated partition through GParted (which gave it the type of ext2)
The problem I have is that since then, when booting, the Ubuntu startup sequence stops with the following error message:
"An error occured while mounting /home/zorbeck/
Press S to skip or M for manual recovery"
Pressing M gives me access to a terminal and when I type the following command it succeeds:
mount -t ext2 /dev/sda3 /home/zorbeck/
Rights as follows (`ls -l `):
drwxr-xr-x 4 zorbeck zorbeck 4096 Oct 24 21:39 Pictures
I wonder what is wrong with my setup.
fstab as follows:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sdb5 during installation
UUID=e0a70d23-
# swap was on /dev/sdb6 during installation
UUID=b573f6a8-
UUID=2f84f091-
sudo blkid gives following output:
/dev/sda1: LABEL="System Reserved" UUID="462C64A32
/dev/sda2: UUID="EC5868625
/dev/sda3: UUID="2f84f091-
/dev/sdb1: LABEL="System Reserved" UUID="462C64A32
/dev/sdb2: UUID="EC5868625
/dev/sdc1: LABEL="SATA2_600" UUID="920A0CE10
/dev/sr0: LABEL="Disc" TYPE="iso9660"
/dev/sdd1: LABEL="SATA1G_1" UUID="AA3616FB3
/dev/sdd5: UUID="e0a70d23-
/dev/sdd6: UUID="b573f6a8-
/dev/sde1: LABEL="SATA3_500" UUID="42983B669
/dev/sdf1: LABEL="MAXELL HDD" UUID="1700-063B" TYPE="vfat"
As you can see the partition I want to mount is on /dev/sda3 but I cannot figure out what is wrong
I suspect an issue with fstab parameters but I cannot find out.
Also worth to note: at first sight, I did not find the error message in the logs (but there are so many logs I may not look inot the correct one).
Any helpf would be appreciated.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- actionparsnip
- Solved:
- Last query:
- Last reply: