Casper only scans vfat filesystems for cow files
Bug #230703 reported by
Agostino Russo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
casper (Ubuntu) |
Won't Fix
|
Undecided
|
Agostino Russo | ||
Hardy |
Won't Fix
|
Undecided
|
Unassigned | ||
Intrepid |
Won't Fix
|
Undecided
|
Agostino Russo |
Bug Description
Binary package hint: casper
find_cow_devices in scripts/
The limitation is needlessly restrictive.
There is already a FIXME in there:
if [ "${devfstype}" = "vfat" ] || [ "${devfstype}" = "ext2" ] ; then # FIXME: all supported block devices should be scanned
There is a function is_supported_fs in scripts/casper that can be used for the purpose with little/no modification.
Related branches
lp://staging/~ubuntu-installer/casper/hardy.proposed
- No reviews requested
Changed in casper: | |
status: | New → Confirmed |
Changed in casper: | |
assignee: | nobody → ago |
Changed in casper: | |
status: | Fix Released → Fix Committed |
status: | Fix Committed → In Progress |
Changed in casper: | |
status: | In Progress → Won't Fix |
To post a comment you must log in.
This bug was fixed in the package casper - 1.132
---------------
casper (1.132) intrepid; urgency=low
[ Colin Watson ]
* Switch default unionfs implementation to aufs.
[ Agostino Russo ]
* Do not scan only vfat volumes when looking for cow devices (LP: #230703)
* Allow casper to use a squashfs filesystem within an arbitrary path (LP:
#230716, #207137)
-- Evan Dandrea <email address hidden> Wed, 28 May 2008 15:01:30 -0400