Ticket #422 (new defect)

Opened 4 months ago

Support for FS > 2 TB

Reported by: bruno Assigned to: bruno
Priority: normal Milestone: 2.2.10
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