Opened 14 years ago
Last modified 11 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
Note:
See TracTickets
for help on using tickets.
Milestone 3.1.0 deleted