Announcement

Collapse
No announcement yet.

kubuntu +2nd partition problem

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

    kubuntu +2nd partition problem

    hello there,i've installed kubuntu 6.0.6.1 on a sata hd, nforce 3 motherboard.
    the problem is that it cant recognise the 2nd partition(fat32)
    the fstab is
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/sda1 / ext3 defaults,errors=remount-ro 0 1
    /dev/sda6 none swap sw 0 0
    /dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0

    the name of the partition is ALEX PROGS
    and i can see that is tha sda5

    i have to tell you tha the only linux version that rcognized the partition was suse ive tried(suse,ubuntu,kubuntu,fedora core 5,kororaa)

    i need help because all my document are in this artition and i dont want to return to windows,thank you



    #2
    Re: kubuntu +2nd partition problem

    If you have parted installed, can you post the output of the command
    Code:
    sudo parted /dev/sda print
    ? Check that the partition is indeed listed as /dev/sda5.

    Comment


      #3
      Re: kubuntu +2nd partition problem

      thank you very much.i ve managed to resolve the problem by puting a line at fstab

      Comment

      Working...
      X