Re: Initial mount with inode32 option

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Harry,

On Wed, Jan 23, 2013 at 03:07:42PM -0800, Harry Edmon wrote:
> It appears that "mount -o inode32 /dev/sda1 /mnt" ignores the
> inode32 option and mounts with inode64.   After the partition is
> mounted I can do "mount -o remount,inode32 /mnt" and it remounts
> with inode32.   But shouldn't there be a way to do the initial mount
> with inode32?   I am running Linux 3.7.3 on an amd architecture.   I
> would like this option since I am using EMC Networker for backups
> (yes, I know about the complaints).  Thanks.

# mount -o inode32 /dev/sdb1 /mnt/scratch
# grep /dev/sdb1 /proc/mounts
/dev/sdb1 /mnt/scratch xfs rw,relatime,attr2,inode64,noquota 0 0
# mount -o remount,inode32 /mnt/scratch
# grep /dev/sdb1 /proc/mounts
/dev/sdb1 /mnt/scratch xfs rw,relatime,attr2,inode32,noquota 0 0

We'll get this fixed.

-Ben

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


[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux