Sabi ni Victor noong Fri, Apr 23, 2010 at 12:33 PM: > the above suggestion may not be economical if source [devname] is too huge. > and in such case, i use manual linux commands such as: > >> fdisk >> mount source and target partitions >> cp -aRf source target
You may run into permission issues here. Better to go tar cvf - {source} | (cd {destination} ; tar xfp - ), although with the --preserve[=ATTR_LIST] switch to cp, you can also "preserve the specified attributes (default: mode, ownership, timestamps)." From the cp man page, although this is OpenSolaris. I suspect the GNU/Linux cp will be similar. -- Daniel O. Escasa independent IT consultant and writer contributor, Free Software Magazine (http://www.freesoftwaremagazine.com) personal blog at http://descasa.i.ph Twitter page at http://www.twitter.com/silverlokk If we choose being kind over being right, we will be right every time. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph