> I did:
> mv /home/cedric/mydocs /mnt/LS120
> so I could backup /home/cedric/mydocs to a LS120 Super
> Drive that has worked fine for months.
If /mnt/LS120 was an existing directory at the time you should have a
/mnt/LS120/mydocs dir. If it didn't exist then your documents should be in
/mnt/LS1
Quoting cedric ([EMAIL PROTECTED]):
> I did:
> mv /home/cedric/mydocs /mnt/LS120
> so I could backup /home/cedric/mydocs to a LS120 Super
> Drive that has worked fine for months.
If you're backing up, you want cp (I use cp -ip) not mv.
> I had not mounted the LS120 yet so I did:
> mount /mnt/LS12
umount /mnt/LS120
mv /mnt/LS120/mydocs /home/cedric
mount /mnt/LS120
mv /home/cedric/mydocs /mnt/LS120
when you mount a drive it will hide what ever was in that directory
until you unmount it.
Steve.
cedric wrote:
>
> I did:
> mv /home/cedric/mydocs /mnt/LS120
> so I could backup /home/cedric/m
3 matches
Mail list logo