| Summary: | util-linux/fdisk.c not compiled without large file support in uclibc-based toolchain | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Sergey Gusarov <laborer2008> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.16.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Sergey Gusarov
2010-11-18 11:17:25 UTC
Disable FDISK_SUPPORT_LARGE_DISKS (In reply to comment #1) > Disable FDISK_SUPPORT_LARGE_DISKS This option is related to CONFIG_LFS. Maybe she should removed automatically(when CONFIG_LFS is not setted)? The point of that option is _exactly_ that while you might want to drop support for huge _files_ by de-selecting LFS, yet you do want that 8Gb USB stick to be properly handled by fdisk. |