sysfs-aufs 1017 Bytes
Newer Older
J. R. Okajima's avatar
J. R. Okajima committed
1
2
3
4
5
6
7
8
What:		/sys/fs/aufs/si_<id>/
Date:		March 2009
Contact:	J. R. Okajima <hooanon05g@gmail.com>
Description:
		Under /sys/fs/aufs, a directory named si_<id> is created
		per aufs mount, where <id> is a unique id generated
		internally.

9
What:		/sys/fs/aufs/si_<id>/br<idx>
J. R. Okajima's avatar
J. R. Okajima committed
10
11
12
13
14
15
Date:		March 2009
Contact:	J. R. Okajima <hooanon05g@gmail.com>
Description:
		It shows the abolute path of a member directory (which
		is called branch) in aufs, and its permission.

16
What:		/sys/fs/aufs/si_<id>/brid<idx>
J. R. Okajima's avatar
J. R. Okajima committed
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Date:		July 2013
Contact:	J. R. Okajima <hooanon05g@gmail.com>
Description:
		It shows the id of a member directory (which is called
		branch) in aufs.

What:		/sys/fs/aufs/si_<id>/xi_path
Date:		March 2009
Contact:	J. R. Okajima <hooanon05g@gmail.com>
Description:
		It shows the abolute path of XINO (External Inode Number
		Bitmap, Translation Table and Generation Table) file
		even if it is the default path.
		When the aufs mount option 'noxino' is specified, it
		will be empty. About XINO files, see the aufs manual.