If you want copy an ISO file to the USB, you can use dd (duplicate Disk) from the command line. However, this command will use the complete USB, if the USB has 1 GB of space, but the image that you are recording only needs 700 MB, the command will create only a partition with the 700 MB, if you want recover the others 300 MB, you must use a partitioning tool to recreate the partition table on the USB. If you know where are the USB (for instance, in /dev/sdb), you can do it: sudo dd if=image.iso of=/dev/sdb Where: image.iso is the ISO of an Operating System. /dev/sdb is your device, not a partition of them. The device can not be mounted during this process. When the command finishes (you can see the prompt when it is done), you will have on your USB device the CD of your operating system. You can boot from it, and enable the accessibility as described in the documentation. I have not a good English, if you can not understand me, you can seean interesting link: There are a "safely way" to clone an image using DD, an user created an script to do it safely: http://ubuntuforums.org/showthread.php?t=1958073 Hope this helps, Manuel. El 23/08/2013 08:34 p.m., Andy B. escribió:
I looked up remastersys, but it is dead? The developer wants $50 for the sources, but he has no idea how long he will leave them up. Any other ideas on how to master a live install on a USB drive? _______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Visit http://live.gnome.org/Orca for more information on Orca. The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions Log bugs and feature requests at http://bugzilla.gnome.org Find out how to help at http://live.gnome.org/Orca/HowCanIHelp
Attachment:
signature.asc
Description: OpenPGP digital signature