clone2fs 1.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News clone2fs 1.2.0 (Default branch)
# 1  
Old 08-23-2008
clone2fs 1.2.0 (Default branch)

Clone2fs copies an ext2/ext3 file system to another volume or an image file. Unlike dd, clone2fs does not copy the whole volume but only blocks that are actually in use. Therefore, it is usually faster. It's also faster than dump/restore, tar, or similar backup software because it accesses the source and destination volumes sequentially most of the time.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
vgremove(1M)															      vgremove(1M)

NAME
vgremove - remove LVM volume group definition from the system SYNOPSIS
vg_name ... Remarks If a combination of volume groups version 1.0 and 2.0 or higher arguments are supplied, then the arguments might not be processed in the order they are listed on the command line. DESCRIPTION
The command removes from the system the last physical volume of the volume group and the definition of the volume group or groups specified by vg_name .... Since all system knowledge of the volume group and its contents are removed, the volume group can no longer be accessed. To move a volume group from one system to another, use the command instead (see vgexport(1M)). Before executing remove all logical volumes residing on the last physical volume by executing (see lvremove(1M)). Before removing a volume group, two steps are necessary: 1. Remove all the logical volumes belonging to the group by using the command (see lvremove(1M)). 2. Remove all but one physical volume belonging to the volume group by using the command (see vgreduce(1M)). If there is any physical volume group created under vg_name ..., the physical volume group information is also removed from file Options and Arguments recognizes the following option and argument: For each volume group removed, also remove its volume group directory and file vg_name The path name of a volume group. EXTERNAL INFLUENCES
Environment Variables determines the language in which messages are displayed. If is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ(5)). EXAMPLES
Remove volume group from the system: SEE ALSO
lvremove(1M), vgchange(1M), vgreduce(1M). vgremove(1M)