> > I'm trying to add space to my system and all i have is a 170meg HD what
I
> > want to do is move everything from /usr/lib to the new HD and have the
new
> > drive mount at that point. I would like to have the move done in one
> > command. is that posible or will i have to move the whole tree by
Syd --
Looks like you can use the "cp" command with the "--archive" option (see "cp"
man page).
What you need to do is, after you place a linux filesystem on the partition
with "mke2fs",
mount that partition under the generic mount-point directory "/mnt":
mount /dev/hd?? /mnt
Then, copy every
On Tue, 29 Apr 1997, Syd Alsobrook wrote:
> I'm trying to add space to my system and all i have is a 170meg HD what I
> want to do is move everything from /usr/lib to the new HD and have the new
> drive mount at that point. I would like to have the move done in one
> command. is that posible or wi
Syd Alsobrook wrote:
> I'm trying to add space to my system and all i have is a 170meg HD what I
> want to do is move everything from /usr/lib to the new HD and have the new
> drive mount at that point. I would like to have the move done in one
> command. is that posible or will i have to move the
4 matches
Mail list logo