3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

how can i copy linux OS and files to SD?

i would like to make a external hard drive. clicking "computer", i get all the Linux programing. and it only takes about 5GB. i was wondering if i can move all the files to SD. my computer wont allow to simply copy/paste all those files. i says is because those files are "personal". 

9 answers
sort by: active | newest | oldest
Oct 14, 2011. 11:09 PMLongbowman says:
If you want to copy files and you don't have permissions then do this;

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.
Aug 19, 2011. 9:15 PMkelseymh says:
Use sudo if you're an admin on the system. If you're not, ask the admin to make a boot volume for you.
Aug 20, 2011. 9:43 PMkelseymh says:
If you're an administrator, then you'd better learn basic Unix commands. You can't admin a system without command line control.

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.
Aug 21, 2011. 2:00 PMkelseymh says:
You said that you were a system administrator on a Linux system. You also said you didn't know how to use the command line. Either that's not true (and you're trying to hack someone else's machine) or else you have gotten yourself in way over your head. If you want to install and administer a Linux system, then you need to know the basics of how to do that.
Aug 21, 2011. 2:59 PMkelseymh says:
You need to be an admin to do what you asked. Or, you an ask an admin on your system to create a boot volume for you.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!