Link to home
Start Free TrialLog in
Avatar of stefanomarco
stefanomarco

asked on

backing up data using knoppix boot cd

hi ... i've created a knoppix boot cd and what i'd like to know is how to you go about backing up data to an external usb device? i can see the external device but i can't create folders or copy files to the device.
ASKER CERTIFIED SOLUTION
Avatar of Heem14
Heem14

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I suspect that the main issue is going to be permissions, as if your USB stick is plugged in when knoppix is booted, then is will probably have mounted the dirve correctly anyway.

start up a terminal, and type su

su will give you root status. The knoppix CD has no password for the root user. You then need to cp files from where you have them to the USB stick.

In order to find the path for the USB stick:

cat /etc/fstab

will give you the details.

man cp

if you need the command line format and switches for cp
Avatar of rindi
With knoppix to get writing permision on a mounted device you just need to right click this device, and then you'll have an option where you can change the device to writeable. This won't work if the USB device is using ntfs though...