HG wrote:

Hello!

On 12/21/06, Bruce Marshall <[EMAIL PROTECTED]> wrote:

On Thursday 21 December 2006 04:20, HG wrote:
> Hello!
>
> I'm trying to move the home partition from /home to /local/home by
> using YaST and Partitioner. All I get is and error:
> "Failure occured during following action:
> Mounting /dev/sda3 to /local/home
>
> System error code was: -3002"
>
> What does that mean, and how can I move the home partition to the
> /local/home directory?


Like I said, move the mount point of home partition from /home to
/local/home using the tool that I think is designed for this, the
Partitioner. If you think I should not use the Partitioner (maybe you
know it's broken or something), then can you please tell me another
(working) way to do it.

If all you want to do is move the mount point of a partation from say /home to
/local/home then do the following:

mkdir /local   (if it does not exist)
mkdir /local/home
umount /home
mount /dev/sda3 /local/home

You can then edit /etc/fstab replaceing /home with /local/home so next time
you reboot everything is correct.

Regards,
Terry

--
SUSE LINUX 10.1 (i586) -- 2.6.16.21-0.25-default  --  Thu 12/21/06
 1:15pm  up   0:50,  4 users,  load average: 0.44, 0.34, 0.30


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to