How to copy my own script and config file on the usb - Printable Version +- Stresslinux community (https://www.stresslinux.org/community) +-- Forum: Stresslinux Main (https://www.stresslinux.org/community/forumdisplay.php?fid=1) +--- Forum: General discussion (https://www.stresslinux.org/community/forumdisplay.php?fid=2) +--- Thread: How to copy my own script and config file on the usb (/showthread.php?tid=95) |
How to copy my own script and config file on the usb - saq__d__aus - 09-07-2010 Hello, How to copy my own script and config file (sutch as initab, ifcfg-eth* ...) on the usb stresslinux made with dd? when I try from the computer I used to make the usb I obtain permission denied, even if I change the owner of the file with chown ..... If someone have a idea.... RE: How to copy my own script and config file on the usb - stresslinux - 09-29-2010 You need root rights to do that, mount the usb device as root and than copy your files as user root onto the mounted device, than unmount. |