Inexperienced with shell, however, trying to learn how to use terminal to fix mount problem.

Nils Kassube kassube at gmx.net
Thu Nov 20 16:25:11 UTC 2008


Steven Vollom wrote:
> My sdb 5 partition is unusable.  sdb1 is the partition that contains my
> OS.  sdb5 is empty with an access denied.  

What do you mean with "access denied"? As a normal user you can't write to 
the partition because it is owned by root. I suggest you create a 
directory as root on the partition and change the ownership for your user 
ID. You can do it in a terminal with these commands:

sudo mkdir /media/sdb5/$USER
sudo chown $USER /media/sdb5/$USER

Maybe you need to modify the commands at the "sdb5" part depending where 
the partition is mounted.

> Additionally, sda1 is ext3 
> bootable 15gb I would like to put Intrepid in there, but haven't been
> able.

Can you explain how you tried to put Intrepid on that partition?


Nils




More information about the kubuntu-users mailing list