
Originally Posted by
mgdbt
cp --preserve -R / {bin,dev,home,pentest,root,usr,boot,etc,lib,opt,sb in,var} /mnt/bt
I'm not sure that this is a formatting issue but there shouldn't be a space between '/' and '{bin,'. It should be.
Code:
# cp --preserve -R /{bin,dev,home,pentest,root,usr,boot,etc,lib,opt,sbin,var} /mnt/bt
If that is the case and /mnt/bt is properly mounted, then I'm assuming that you're coping '/' to '{bin,dev,home,pentest,root,usr,boot,etc,lib,opt,s bin,var}', which are non-existent folders rather then the '/mnt/bt' destination folder.