Bug 23950 - rpm refuse to work with reiser FS
Summary: rpm refuse to work with reiser FS
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-13 10:24 UTC by Maxim F. Ischenko
Modified: 2007-04-18 16:30 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-01-13 10:24:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Maxim F. Ischenko 2001-01-13 10:24:44 UTC
When I have mounted reiserFS partition RPM fails to install any packages.

$ rpmi xlHtml-0.2.7.0-2.i686.rpm
installing package xlHtml-0.2.7.0-2 needs 1 inodes on the /usr/src/test
filesystem

# df -i
/dev/hda10 reiserfs  4.0G       0    3.9G    0% /usr/src/test

# uname -a
Linux localhost.localdomain 2.4.0max #1 Tue Jan 9 16:47:27 EET 2001 i686
ReiserFS version 3.6.25

Comment 1 Jeff Johnson 2001-01-14 17:15:35 UTC
reiserfs (and a handful of other "broken" file systems like FAT) do not return 
the number of available inodes. Either add "--ignoresize" to disable disk
space/inode checking, or upgrade to a later version of rpm-4.0.2, where there's
a hack to detect and ignore "broken" file systems. Sorry, I've forgotten
the release number of the package with the "fix", it was 2-3 weeks ago.


Note You need to log in before you can comment on or make changes to this bug.