PDA

View Full Version : MOUNT /USR



dvryknopper
01-24-2006, 11:59 PM
I am trying to mount my /usr directory in order to be able to install programs for knoppix persistenly, after I have rebooted the machine, but whenever I go to mount the drive : knoppix@1[/]$ mount /usr /mnt/uba1 I get an error:
mount: only root can do that
The error appears even when I am in the root directory, is there something I am missing, what do I need to do in order to be able to mount correclty here?

Dave_Bechtel
01-25-2006, 01:50 AM
omgwtfbbq... :roll:

--You need to BE root to do that...

--Root logins are available at Ctrl-Alt-F1 thru -F4, or prefix the command with ' sudo '


I am trying to mount my /usr directory in order to be able to install programs for knoppix persistenly, after I have rebooted the machine, but whenever I go to mount the drive : knoppix@1[/]$ mount /usr /mnt/uba1 I get an error:
mount: only root can do that
The error appears even when I am in the root directory, is there something I am missing, what do I need to do in order to be able to mount correclty here?

dvryknopper
01-27-2006, 07:09 AM
Well, I tried using the sudo prefix to mount the /usr directory to the drive, but I still got an error, I realize that this is probably because I am not typing the command correctly, or I am not using the correct file paths, here is what I typed, if anyone could offer any ideas as to why the sudo prefix didn't work to solve the problem please post it here :)



sudo mount /usr /mnt/uba1
mount: /usr is not a block device

sudo mount /usr /dev/uba1
mount: /usr is not a block device

also, what exactly is meant my "not a block device"

angor
01-27-2006, 07:55 AM
You've got the parameters wrong: mount <device> <mountpoint>, not the other way around.

dvryknopper
01-27-2006, 08:18 AM
Thankyou for correcting my syntax error, I got the folder to be mounted to the uba1, but now I ge the following error whenever I try to access the desktop or edit files on the desktop:

Service
'/UNIONFS/usr/share/applications/kde/kwrite.desktop' is
malformatted.

Does the above error mean that I need to reformat the drive in some special way before mounting /usr to the uba1 without causing errors?

dvryknopper
01-30-2006, 12:42 AM
Oh yeah, if this helps anybody out in responding to my last post, I am using knoppix 3.8 and I am mounting the /usr directory to a fat32 formatted 64mb usb thumdrive

nad
01-31-2006, 01:51 PM
First let's understand that you are mounting your usb drive (/dev/uba1) at /usr. It is important to realize that /usr is just a directory and that you have chosen to ignore what is already there and use the namespace as a mount point for your external drive. In other words, you are not mounting the /usr directory, you are mounting your thumbdrive at /usr. This should clear up some confusion here.

Having said that, anything previously in the /usr directory will now be ignored. The _malformatted_ message you are receiving references the .desktop file, not your filesystem. There is much in the /usr directory that knoppix expects to find there. Find another mount point.

dvryknopper
02-01-2006, 05:53 AM
So, if I had an image file of the /usr directory, or a copy of the file present of the /usr directory of the cd, then mounting it would work properly then correct? And thank you for the reminder about mount points, I took a unix class about a year and a half ago, but have forgotten alot

nad
02-01-2006, 06:19 PM
Per my previous post, forget the /usr directory _find another mount point_. This could be done, however, you would be remastering the knoppix system on the fly and this distro was never meant to be manipulated this way.

You seem to wish a persistent /home/user directory which see hundreds of posts here for assistance.

You can certainly put executables in your home directory as long as any required libraries are present in your system and the application knows where to find them.