Changeset 2087 in MondoRescue
- Timestamp:
- Dec 14, 2008, 3:50:37 PM (16 years ago)
- Location:
- branches/2.2.8
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mindi/README
r785 r2087 16 16 thousands of users. 17 17 18 MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, JFS,19 XFS, ReiserFS, VFAT, and can support additional file systems easily. It18 MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4, 19 JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily. It 20 20 supports adjustments in disk geometry, including migration from non-RAID to 21 21 RAID. MondoRescue runs on all major Linux distributions and FreeBSD and is -
branches/2.2.8/mindi/mindi
r2084 r2087 57 57 CDROM_MODS="$TAPE_MODS $IDE_MODS $USB_MODS $PCMCIA_MODS $SCSI_MODS $NET_MODS af_packet cdrom isocd isofs inflate_fs nls_iso8859-1 nls_base nls_cp437 nls_utf8 sg sr_mod zlib_inflate iso9660" 58 58 # Those modules will only go on the backup media, not the boot media. 59 EXTRA_MODS="$CDROM_MODS vfat fat loop md-mod linear raid0 raid1 xor raid5 raid456 lvm-mod dm-mod dm_mod dm-snapshot dm_snapshot dm-zero dm_zero dm-mirror dm_mirror dm-multipath dm-round-robin jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd mbcache "59 EXTRA_MODS="$CDROM_MODS vfat fat loop md-mod linear raid0 raid1 xor raid5 raid456 lvm-mod dm-mod dm_mod dm-snapshot dm_snapshot dm-zero dm_zero dm-mirror dm_mirror dm-multipath dm-round-robin jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd mbcache ext4 jbd2 crc16" 60 60 # Replace with that line for HP OCMP e.g. 61 61 #DENY_MODS="MPS_Driver_Mapper mps octtldrv tscttl streams kqemu fdomain" -
branches/2.2.8/mindi/parted2fdisk.pl
r1857 r2087 74 74 "ext2" => "83", 75 75 "ext3" => "83", 76 "ext4" => "83", 77 "xfs" => "83", 76 78 "reiserfs" => "83", 77 79 "linux-swap" => "82", … … 335 337 "ext2" => "Linux", 336 338 "ext3" => "Linux", 339 "ext4" => "Linux", 340 "xfs" => "Linux", 337 341 "reiserfs" => "Linux", 338 342 "linux-swap" => "Linux swap", -
branches/2.2.8/mondo-doc/mondorescue-howto.sgml
r2018 r2087 2219 2219 <para>If you want to move from ext2 to ReiserFS, you can do it here 2220 2220 (so long as your kernel supports ReiserFS). Ditto for XFS, JFS or 2221 ext3 .</para>2221 ext3, ext4.</para> 2222 2222 <para>Mondorestore will try to modify your /etc/fstab to reflect 2223 2223 changes you have made to the mountlist. If you are not using LILO, -
branches/2.2.8/mondo/README
r785 r2087 16 16 thousands of users. 17 17 18 MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, JFS,19 XFS, ReiserFS, VFAT, and can support additional file systems easily. It18 MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4, 19 JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily. It 20 20 supports adjustments in disk geometry, including migration from non-RAID to 21 21 RAID. MondoRescue runs on all major Linux distributions and FreeBSD and is -
branches/2.2.8/mondo/src/include/my-stuff.h
r2030 r2087 322 322 #define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE "/dev/md" 323 323 #define RAID_DEVICE_STUB DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE 324 #define SANE_FORMATS "swap image vfat ext2 ext3 xfs vfs jfs reiserfs vmfs dos minix coda nfs ntfs hpfs raid lvm cifs ocfs ocfs2"324 #define SANE_FORMATS "swap image vfat ext2 ext3 ext4 xfs vfs jfs reiserfs vmfs dos minix coda nfs ntfs hpfs raid lvm cifs ocfs ocfs2" 325 325 #define ALT_TAPE "/dev/ht0" 326 326 #define MKE2FS_OR_NEWFS "mke2fs" -
branches/2.2.8/mondo/src/mondorestore/mondo-prep.c
r2052 r2087 2070 2070 || strcmp(format, "reiserfs") == 0 2071 2071 || strcmp(format, "ext3") == 0 2072 || strcmp(format, "ext4") == 0 2072 2073 || strcmp(format, "xfs") == 0 2073 2074 || strcmp(format, "jfs") == 0) { … … 2397 2398 } else if (strcmp(format, "ext3") == 0) { 2398 2399 strcpy(program, "mkfs -t ext3 -F -q"); 2400 } else if (strcmp(format, "ext4") == 0) { 2401 strcpy(program, "mkfs -t ext4 -F -q"); 2399 2402 } else if (strcmp(format, "minix") == 0) { 2400 2403 strcpy(program, "mkfs.minix"); -
branches/2.2.8/mondo/src/mondorestore/mondo-rstr-tools.c
r2049 r2087 535 535 update_progress_form(tmp); 536 536 strcpy(format, mountlist->el[lino].format); 537 /* BERLIOS: removed as it doen't make sens to not mount ext3 partitions as ext3538 if (!strcmp(format, "ext3")) {539 strcpy(format, "ext2");540 }541 */542 537 res = mount_device(mountlist->el[lino].device, 543 538 mountlist->el[lino].mountpoint, -
branches/2.2.8/mondo/src/mondorestore/mondorestore.c
r2079 r2087 644 644 /* if (restore_some || restore_all || */ 645 645 if (ask_me_yes_or_no 646 ("Label/Identify your ext2 and ext3partitions if necessary?")) {646 ("Label/Identify your ext2/ext3/ext4 partitions if necessary?")) { 647 647 mvaddstr_and_log_it(g_currentY, 0, 648 "Using tune2fs to identify your ext2,3 partitions");648 "Using tune2fs to identify your ext2,3,4 partitions"); 649 649 if (does_file_exist("/tmp/fstab.new")) { 650 650 strcpy(fstab_fname, "/tmp/fstab.new"); -
branches/2.2.8/mondo/src/restore-scripts/mondo/hack-fstab
r1755 r2087 22 22 label=`echo "$incoming" | cut -d' ' -f5` 23 23 original_fstab_line=`grep " $mountpoint " $old_fstab | grep -v "#" | tr -s ' ' ' '` 24 if [ "$format" = "ext2" ] || [ "$format" = "ext3" ] ; then24 if [ "$format" = "ext2" ] || [ "$format" = "ext3" ] || [ "$format" = "ext4" ]; then 25 25 if [ "`echo "$original_fstab_line" | grep "LABEL="`" != "" ] ; then 26 26 device="LABEL=$label" -
branches/2.2.8/mondo/src/restore-scripts/mondo/label-partitions-as-necessary
r2066 r2087 27 27 LogIt "Not labeling ($mountpt) as anything because ($label) is not a label" 28 28 else 29 if [ "$format" = "ext2" ] || [ "$format" = "ext3" ] ; then29 if [ "$format" = "ext2" ] || [ "$format" = "ext3" ] || [ "$format" = "ext4" ]; then 30 30 command="tune2fs $opttun $label $mountpt" 31 31 LogIt "Running $command" -
branches/2.2.8/website/about.shtml
r926 r2087 23 23 24 24 <p> 25 <B>Mondo is comprehensive.</B> Mondo supports LVM 1/2, RAID, ext2, ext3, 25 <B>Mondo is comprehensive.</B> Mondo supports LVM 1/2, RAID, ext2, ext3, ext4, 26 26 JFS, XFS, ReiserFS, VFAT, and can support additional filesystems 27 27 easily: just e-mail the <A HREF="/support.shtml">mailing list</A>
Note:
See TracChangeset
for help on using the changeset viewer.