The very same thing happened to me...I have win 7 on 1 drive and Ubuntu 10.04 Lucid along with
Kubuntu 10.04 mounted on another drive. I can mount and get data from Ubuntu but not Kubuntu.
Anyone know how to fix this
this is what etc\fstab\ reports
# /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 defaults 0 0
# / was on /dev/sdb1 during installation
UUID=71effa43-2fd9-4e85-aa7f-4c3f78967327 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=f9af1586-1130-4a15-9ad1-9c41ae87a4e0 none swap sw 0 0
# swap was on /dev/sdb7 during installation
UUID=56b692e5-6a82-47a5-816d-d6666497eb25 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Kubuntu 10.04 mounted on another drive. I can mount and get data from Ubuntu but not Kubuntu.
Anyone know how to fix this
this is what etc\fstab\ reports
# /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 defaults 0 0
# / was on /dev/sdb1 during installation
UUID=71effa43-2fd9-4e85-aa7f-4c3f78967327 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=f9af1586-1130-4a15-9ad1-9c41ae87a4e0 none swap sw 0 0
# swap was on /dev/sdb7 during installation
UUID=56b692e5-6a82-47a5-816d-d6666497eb25 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Comment