Re: Git does not handle changing inode numbers well

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

 



> So, let's see if I can fix my filesystem now ;-)
For anyone interested: turns out passing -o noforget makes fuse keep a
persistent path -> inode mapping (at the cost of memory usage, of
course).

However, it also turns out that fuse wasn't my problem: It was the aufs
mount that was overlayed over my fuse mount (this was on a Debian live
system), which sets the noxino option that prevents aufs from keeping
persistent inode numbers.

To get git status working as expected, I had to both remove noxino from
the aufs mount and add noforget to the underlying fuse mount.

Gr.

Matthijs

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]