Re: Need to move "Partition: /usr" contents if possible.
Quote:
Originally Posted by
p_quarles
I know you've already dealt with this, but for future reference, solving this problem is as easy as creating a mount point and then setting permissions for it:
Code:
sudo mkdir /media/sda6
sudo chown username /media/sda6
Then, the command you tried above will work just fine.
AAAAAAAAAHHHHHHHHHHAA!
I would never have thought of that as I have access to those.
But I know better now. Thanks p_quarles
Another point to files away in my ever growing tips and tricks. :)
Quote:
Originally Posted by
p_quarles
Pshaw. Asking is the best way to learn.
Yea, like the first line of my sig has said since day one of being here.
If is wasn't for the [Search] Button, there'd probably be a hundred more questions from me. :lolflag:
Thanks again
CHIMO!
Bruce
Re: Need to move "Partition: /usr" contents if possible.
Quote:
Originally Posted by
fragos
I may be wrong on this but, I'd make a /usrnew folder where /usr belongs and then copy the contents to it. Edit /etc/fstab to remove the /usr mount point and then rename /usrnew to /usr. Reboot and then you can deal with the old /usr partition which won't be mounted.
I should have looked at this a little close too.
I'm going to file this away as well, and "test" it some time.
Thanks for the tip.
Bruce