Opened 14 years ago

Last modified 10 years ago

#422 new defect

Support for FS > 2 TB

Reported by: Bruno Cornec Owned by: Bruno Cornec
Priority: normal Milestone:
Component: mondo Version: 2.2.9.3
Severity: normal Keywords:
Cc:

Description

At restore time, when dealing with large FS, mondorestore should use parted to re-create the FS correctly:

parted /dev/cciss/c1d0 mklabel gpt
parted /dev/cciss/c1d0 mkpart primary 0 3290000
sleep 10
mke2fs -m0 -j -T largefile4 /dev/cciss/c1d0p1
mount /dev/cciss/c1d0p1 /video

Change History (1)

comment:1 by Bruno Cornec, 10 years ago

Milestone: 3.1.0

Milestone 3.1.0 deleted

Note: See TracTickets for help on using tickets.