All of lore.kernel.org
 help / color / mirror / Atom feed
* clarifications on inode64 mount option
@ 2010-11-22  0:12 Ivan.Novick
  2010-11-22  0:49 ` Dave Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan.Novick @ 2010-11-22  0:12 UTC (permalink / raw)
  To: xfs; +Cc: Timothy.Heath

Hi all,

My understanding from the documentation is that inode64 allows inode numbers to be 64 bits in size rather than the default of 32.

Is this correct?  Will the option work fine on 32 bit X86 builds?

The documentation also says:
"This is provided for backwards compatibility, but causes problems for backup applications that cannot handle large inode numbers."
Is this a current issue?  Any examples of backup applications that have trouble reading a file system that uses this option?

Cheers,
Ivan Novick

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: clarifications on inode64 mount option
  2010-11-22  0:12 clarifications on inode64 mount option Ivan.Novick
@ 2010-11-22  0:49 ` Dave Chinner
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2010-11-22  0:49 UTC (permalink / raw)
  To: Ivan.Novick; +Cc: Timothy.Heath, xfs

On Sun, Nov 21, 2010 at 07:12:38PM -0500, Ivan.Novick@emc.com wrote:
> Hi all,
> 
> My understanding from the documentation is that inode64 allows
> inode numbers to be 64 bits in size rather than the default of
> 32.
> 
> Is this correct? 

Yes.

> Will the option work fine on 32 bit X86 builds?

Yes, with a few caveats - all userspace applications, libraries, etc
need to use stat64() rather than stat() so that 64 bit inode numbers
can be correctly exported to userspace.

> The documentation also says:
> "This is provided for backwards compatibility, but causes problems
> for backup applications that cannot handle large inode numbers."
> Is this a current issue?  Any examples of backup applications that
> have trouble reading a file system that uses this option?

See this discussion:

http://oss.sgi.com/archives/xfs/2010-04/msg00111.html

EMC Networker is one of the backup programs that has historically
not supported 64 bit inodes. Whether that is still true or not,
maybe you can find out for us. ;)

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-22  0:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22  0:12 clarifications on inode64 mount option Ivan.Novick
2010-11-22  0:49 ` Dave Chinner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.