On Tuesday 22 March 2005 06:22 pm, David Anderson wrote: > I want to be able to mount hda1 and sda1 and copy files from one to > the other ____________
~ if, I get the drift . . . you have booted from CD and neither hda1 nor sda1 are mounted? ........................ So ~ make an extra mount point/directory called, say : /mnt2 [ say your file systems are Reiser type ] ______________________ mount -t reiser /dev/hda1 /mnt next: mount -t reiser /dev/sda1 /mnt2 then, cd to /mnt finally, as root, give the command : tar clf - . | ( umask 0; cd /mnt; tar xvf - ) .............................................................. best rgds _________
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
