public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* How to Override Default inode64 mount option in openSUSE 12.3?
@ 2013-06-07  9:33 Gim Leong Chin
  2013-06-07 10:07 ` Jeff Liu
  2013-06-07 10:34 ` Dave Chinner
  0 siblings, 2 replies; 3+ messages in thread
From: Gim Leong Chin @ 2013-06-07  9:33 UTC (permalink / raw)
  To: xfs

Hi,


I have just set up openSUSE 12.3 on my Acer notebook with a 750 GB WD hard drive, "/" with 80 GB and "/home" with 587 GB, both are XFS.

Both file systems are mounted with inode64 and no matter what I put in /etc/fstab, I am not able to remove inode64 option.

Is there any method to override the inode64 default mount option?

The reason I need to get rid of it is that acroread will not start, and I suspect that it is due to inode64, although I cannot confirm with strace on acroread.

Since the two file systems are under 1 TB, what is the point of inode64 any way?



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

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

* Re: How to Override Default inode64 mount option in openSUSE 12.3?
  2013-06-07  9:33 How to Override Default inode64 mount option in openSUSE 12.3? Gim Leong Chin
@ 2013-06-07 10:07 ` Jeff Liu
  2013-06-07 10:34 ` Dave Chinner
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Liu @ 2013-06-07 10:07 UTC (permalink / raw)
  To: Gim Leong Chin; +Cc: xfs

Hello,

On 06/07/2013 05:33 PM, Gim Leong Chin wrote:

> Hi,
> 
> 
> I have just set up openSUSE 12.3 on my Acer notebook with a 750 GB WD hard drive, "/" with 80 GB and "/home" with 587 GB, both are XFS.
> 
> Both file systems are mounted with inode64 and no matter what I put in /etc/fstab, I am not able to remove inode64 option.
> 
> Is there any method to override the inode64 default mount option?

The inode64 mount option can be changed to inode32 via remount, e.g.
# mount -oremount,inode32 /storage_path

But I have no idea of the reason you facing now.

Thanks,
-Jeff

> 
> The reason I need to get rid of it is that acroread will not start, and I suspect that it is due to inode64, although I cannot confirm with strace on acroread.
> 
> Since the two file systems are under 1 TB, what is the point of inode64 any way?
> 
> 
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs


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

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

* Re: How to Override Default inode64 mount option in openSUSE 12.3?
  2013-06-07  9:33 How to Override Default inode64 mount option in openSUSE 12.3? Gim Leong Chin
  2013-06-07 10:07 ` Jeff Liu
@ 2013-06-07 10:34 ` Dave Chinner
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Chinner @ 2013-06-07 10:34 UTC (permalink / raw)
  To: Gim Leong Chin; +Cc: xfs

On Fri, Jun 07, 2013 at 05:33:13PM +0800, Gim Leong Chin wrote:
> Hi,
> 
> 
> I have just set up openSUSE 12.3 on my Acer notebook with a 750 GB WD hard drive, "/" with 80 GB and "/home" with 587 GB, both are XFS.
> 
> Both file systems are mounted with inode64 and no matter what I put in /etc/fstab, I am not able to remove inode64 option.

Your filesystem is smaller than 1TB, so inode numbers will never go
over 32 bits, so inode32/inode64 is irrelevant to your problem.

> Is there any method to override the inode64 default mount option?

-o inode32.

> The reason I need to get rid of it is that acroread will not
> start, and I suspect that it is due to inode64, although I cannot
> confirm with strace on acroread.

inode64 is not your problem.

> Since the two file systems are under 1 TB, what is the point of
> inode64 any way?

Because it's the metadata/data allocation policy that is used for
filesystems of less than 1TB.

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] 3+ messages in thread

end of thread, other threads:[~2013-06-07 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07  9:33 How to Override Default inode64 mount option in openSUSE 12.3? Gim Leong Chin
2013-06-07 10:07 ` Jeff Liu
2013-06-07 10:34 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox