Bug 22612 - does not work with disks > 2 GiB
Summary: does not work with disks > 2 GiB
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gpart (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Michael Shigorin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-24 17:09 MSK by Sergey Vlasov
Modified: 2009-12-27 23:53 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Vlasov 2009-12-24 17:09:17 MSK
gpart-0.1h-alt7 on i586 fails to work with disks > 2 GiB:

*** Fatal error: dev(/dev/sdc): seek failure.

Seems that the patch to remove _llseek and subsequent large file support patches are completely broken.
Comment 1 Michael Shigorin 2009-12-24 17:47:41 MSK
Thanks for reporting and fixing this, and sorry for introducing the problem in the first place -- fortuntely haven't had the need for actual testing in a long time.
Comment 2 Sergey Vlasov 2009-12-27 23:53:03 MSK
Fixed in 0.1h-alt8.

There are still more bugs in there - e.g., i586 and x86_64 versions behave differently on the same disk (on x86_64 the extended partition is not detected for some reason), but at least now the i586 version does not fail completely.