Carlos A. M. dos Santos
2008-May-26 02:52 UTC
Why does sysinstall still limits cylinders to 65535?
Hello, I have been struglling with sysinstall, attempting to make it handle the geometry of some large SATA drives. After a lot of effort I decided to stop suffering and modified the program in order to circumvent the outdated limit of 65535 cylinders (see attached patch). I'm thinking about submitting a PR with a change request but I'd like to get some additional opinions first. I did not test it in "batch" mode, so it would be great if any kind soul did this. Thanks in advance for your comments and/or suggestions. -- Carlos A. M. dos Santos -------------- next part -------------- A non-text attachment was scrubbed... Name: sysinstall-64kcyl.diff Type: application/octet-stream Size: 5107 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080526/9c14d7c3/sysinstall-64kcyl.obj
Jeremy Chadwick
2008-May-26 06:24 UTC
Why does sysinstall still limits cylinders to 65535?
On Sun, May 25, 2008 at 11:52:06PM -0300, Carlos A. M. dos Santos wrote:> I have been struglling with sysinstall, attempting to make it handle > the geometry of some large SATA drives. After a lot of effort I > decided to stop suffering and modified the program in order to > circumvent the outdated limit of 65535 cylinders (see attached patch). > I'm thinking about submitting a PR with a change request but I'd like > to get some additional opinions first. I did not test it in "batch" > mode, so it would be great if any kind soul did this.Carlos, bottom line is to simply ignore the geometry warning you see. For others... This is just added evidence that the humongous warning spit out during sysinstall's fdisk is confusing users (many taking it very seriously when there's really no problem at all). I think this is the third time someone's brought this up in the past couple months... -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Carlos A. M. dos Santos
2008-Jun-04 02:25 UTC
Why does sysinstall still limits cylinders to 65535?
On Mon, May 26, 2008 at 3:24 AM, Jeremy Chadwick <koitsu@freebsd.org> wrote:> On Sun, May 25, 2008 at 11:52:06PM -0300, Carlos A. M. dos Santos wrote: >> I have been struglling with sysinstall, attempting to make it handle >> the geometry of some large SATA drives. After a lot of effort I >> decided to stop suffering and modified the program in order to >> circumvent the outdated limit of 65535 cylinders (see attached patch). >> I'm thinking about submitting a PR with a change request but I'd like >> to get some additional opinions first. I did not test it in "batch" >> mode, so it would be great if any kind soul did this. > > Carlos, bottom line is to simply ignore the geometry warning you see. > > For others... > > This is just added evidence that the humongous warning spit out during > sysinstall's fdisk is confusing users (many taking it very seriously > when there's really no problem at all). > > I think this is the third time someone's brought this up in the past > couple months...Sorry if I sound annoying but nobody else answered. I still believe that something must be done to fix sysinstall, so I'm asking you (where "you" means the "others" in Jeremy's message) to provide some additional feedback. Please fill-in the dots in one or more of the following options: 1. We can not make such change sysinstall because ... 2. Your patch is not correct/sufficient. I would be better if ... 3. Please submit a PR. It will momentarily be reviewed by ... 4. Give up. Nobody here cares about this issue. Thanks in advance. -- Carlos A. M. dos Santos