Hi Clive,

> Ralph suggested the following but I'm having problem:
> 
> On laptop:
> cd / - gets me up one level to the / area OK.
> sudo tar cvf /home /media/disk/home.tar
> 
> Not working - reports :- tar: home: cannot open. Is a directory.
> tar: Error is not recoverable.

Did I suggest that?  Sorry, it's very wrong.  Order is significant.  The
`f' of `cvf' needs the file to be created as the next argument.  Try

    sudo tar cvf /media/disk/home.tar /home

At the moment, tar is trying to create an output file called /home.

Cheers,


Ralph.


-- 
Next meeting: Bournemouth, Wednesday 2009-12-02 20:00
Dorset LUG: http://dorset.lug.org.uk/
Chat: http://www.mibbit.com/?server=irc.blitzed.org&channel=%23dorset
List info: https://mailman.lug.org.uk/mailman/listinfo/dorset

Reply via email to