how can i copy linux OS and files to SD?
9
answers
|
Answer it!
|
1) open TERMINAL
2) enter : "sudo nautilus" (if using gnome) OR
enter : "sudo dolphin" (if using KDE) similarly type : "sudo thunar" (for XFCE)
this will open you file manager with administrative privileges. (Type command without quote)
3) Now you can easily copy the files from any partition to any other partition
{ do not close terminal while the copy process is going on. Close terminal after closing your file manager i.e. after completing copy.
NOTE: to access all the copied files on new location you need ROOT password . To prevent this.
a) open terminal
b) type :" sudo chown -R user:group /path/to/partition "
eg: if your user name is - rohan . and your new copy location is Data or Multimedia or Games mounted at /media/Data or /media/Multimedia etc etc then the above command is-
sudo chown -R rohan:rohan /media/Data
This is easy.
Now if you want to have a working Linux installed on usb then...
1) proceed with regular install of OS but choose USB partitions for installation.
2) do not make any swap if usb is pendrive but if it is external HDD then proceed with swap
3) IMPORTANT: install bootloader on usb drive and not on your first drive.
With distros like Ubunt, Mint, fedora, Mandriva .... installing on pendrive is easy but with Arch it is not.
Same for SD also but you need card to boot linux. Booting as such is not possible from cellphone .
But copying is easy.
sudo if you're an admin on the system. If you're not, ask the admin to make a boot volume for you.Start with Unix In A Nutshell, then move on to Running Linux, and finally Linux System Administration, all from O'Reilly and all available in paperback on Amazon.
A-what a-what a-what!? all i want do do is copy everything on my hard drive over to a 8 GB hard drive... then use it as an external
![]() |































