Announcement

Collapse
No announcement yet.

Re: Kubuntu not seeing hard drives: Gnome does

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Re: Kubuntu not seeing hard drives: Gnome does

    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

    #2
    Re: Kubuntu not seeing hard drives: Gnome does

    Open a Konsole window and enter these:
    Code:
    sudo fdisk -lu
    Code:
    sudo blkid
    If you get lists of partitions and their UUIDs, then your partitions and drives are "seen", they just aren't mounted in /media like they did in Gnome. It's not a big deal to set them up to mount automatically, by editing /etc/fstab. There are a zillion threads on this forum and Ubuntu forum on that topic.

    Comment

    Working...
    X