Announcement

Collapse
No announcement yet.

Kubuntu doesn't " see " other partitions

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

    Kubuntu doesn't " see " other partitions

    Hi,I've got a problem in Kubuntu
    I've tried saving things on my other partitions but he can't for some reason , I've tried changing some things in System Setings and I noticed that my other partitions are de-activated.

    Screenshot ( sorry,in Dutch )

    When I try to activate them, I get this error :

    There been an error when trying to activate /hda1.
    The system rapports : mount: wrong fs type, bad option, bad superblock on /dev/hda1,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so

    Please help.
    Thanks .

    #2
    Re: Kubuntu doesn't " see " other partitions

    Hi,

    In fact, you don't really need to do anything with this partition before the install is done and complete ?
    If you can wait, then when you will have a functional os, then try to mount by changing option in /etc/fstab or by hand :
    sudo mkdir /mnt/hda1
    sudo mount /dev/hda1 /mnt/hda1
    if it will recognize the type of fs, then,
    sudo mount /dev/hda1 /mnt/hda1 -t ext2

    Hope it helps.

    Comment

    Working...
    X