Solaris - Copy whole partition
Discovered a new way to copy a whole partition in Solaris:
ufsdump 0f - /dev/rdsk/d1 | (cd /mnt/d1 ; ufsrestore xf -)
where:
/dev/rdsk/d1 is the raw device, must be unmounted
/mnt/d1 is the destination for the data
« June 2007 | Main | August 2007 »
Discovered a new way to copy a whole partition in Solaris:
ufsdump 0f - /dev/rdsk/d1 | (cd /mnt/d1 ; ufsrestore xf -)
where:
/dev/rdsk/d1 is the raw device, must be unmounted
/mnt/d1 is the destination for the data
This page contains all entries posted to numbersix in July 2007. They are listed from oldest to newest.
June 2007 is the previous archive.
August 2007 is the next archive.
Many more can be found on the main index page or by looking through the archives.