- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- inode details for ReiserFS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 10:47 PM
07-03-2006 10:47 PM
inode details for ReiserFS
What is the best for finding inode details of a ReiserFS ? I tried # df -i nothing was good.
# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda2 0 0 0 - /
Thanks,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 01:39 AM
07-04-2006 01:39 AM
Re: inode details for ReiserFS
applicable to this file system. Man page explicitly says:
Fields that are undefined for a particular file system are set to 0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 03:59 PM
07-05-2006 03:59 PM
Re: inode details for ReiserFS
ReiserFS doesnot support displaying inode by default. Even I was wondering why?.
So you have to apply a patch to do this, I guess. Not sure...:-)
May be google can help you better.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 04:11 PM
07-05-2006 04:11 PM
Re: inode details for ReiserFS
I mean ReiserFS does not support inode in sense, it donto display the inode attribute while using df command.
My SUSE Enterprise Server 9 runs with 3.6.13 Reiser. So I am also not able to see the indoe details with df.
I guess Reiser4 will have this inode attribue. It is available with 2.4 kernel.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 04:27 PM
07-05-2006 04:27 PM
Re: inode details for ReiserFS
Check this link, you could find a patch for ReiserFS to enable indoe attributes.
http://www.ussg.iu.edu/hypermail/linux/kernel/0602.1/1377.html
This should solve your problem..:-)
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 03:34 PM
07-09-2006 03:34 PM
Re: inode details for ReiserFS
ls -i
Frank