Now two weeks into Kubuntu and things are going great. I really love this OS. One thing that's been nagging at me, that I finally have time to look into. When first installing Kubuntu, I had a couple of botched installs on my 20gb hard drive. The drive also had WinXP, which I tried initially to make as a bootable partition, but things didn't go so well, so no more Win XP.
The partition I am using now is roughly 14gb, but there are two other partitions I can see from Dolphin (about 2gb each) that I can't open...and give the error "HAL-storage-fixed-mount refused UID 1000" when I try. I'd like to be able to use the diskspace in these partitions. I've read thru a couple of posts about this error, but am still too newbie-ish to make heads or tails out of how partitioning works. I'm hoping someone can take a look at my partition info, and perhaps suggest a way to resolve this.
**Output from: sudo fdisk -l
Disk /dev/sda: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xea1aa9c7
Device Boot Start End Blocks Id System
/dev/sda1 2235 2482 1992060 83 Linux
/dev/sda2 1 1848 14844028+ 83 Linux
/dev/sda3 2115 2234 963900 5 Extended
/dev/sda4 * 1849 2114 2136645 83 Linux
/dev/sda5 2136 2234 795186 82 Linux swap / Solaris
/dev/sda6 2115 2135 168619+ 82 Linux swap / Solaris
Partition table entries are not in disk order
**Output from: cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda2
UUID=28d8be55-1f6a-4126-a0d0-e93c4e51249f / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda5
UUID=3b76ef97-eed1-463b-9549-755f7a9f3272 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
Thanks in advance!
The partition I am using now is roughly 14gb, but there are two other partitions I can see from Dolphin (about 2gb each) that I can't open...and give the error "HAL-storage-fixed-mount refused UID 1000" when I try. I'd like to be able to use the diskspace in these partitions. I've read thru a couple of posts about this error, but am still too newbie-ish to make heads or tails out of how partitioning works. I'm hoping someone can take a look at my partition info, and perhaps suggest a way to resolve this.
**Output from: sudo fdisk -l
Disk /dev/sda: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xea1aa9c7
Device Boot Start End Blocks Id System
/dev/sda1 2235 2482 1992060 83 Linux
/dev/sda2 1 1848 14844028+ 83 Linux
/dev/sda3 2115 2234 963900 5 Extended
/dev/sda4 * 1849 2114 2136645 83 Linux
/dev/sda5 2136 2234 795186 82 Linux swap / Solaris
/dev/sda6 2115 2135 168619+ 82 Linux swap / Solaris
Partition table entries are not in disk order
**Output from: cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda2
UUID=28d8be55-1f6a-4126-a0d0-e93c4e51249f / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda5
UUID=3b76ef97-eed1-463b-9549-755f7a9f3272 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
Thanks in advance!
Comment