double-mounting /home solves issues with compat home
This commit is contained in:
parent
707af55a72
commit
43f7f46de9
1 changed files with 15 additions and 14 deletions
3
fstab
3
fstab
|
|
@ -16,9 +16,10 @@ linprocfs /compat/debian/proc linprocfs rw,late
|
||||||
linsysfs /compat/debian/sys linsysfs rw,late 0 0
|
linsysfs /compat/debian/sys linsysfs rw,late 0 0
|
||||||
/tmp /compat/debian/tmp nullfs rw,late 0 0
|
/tmp /compat/debian/tmp nullfs rw,late 0 0
|
||||||
/home /compat/debian/home nullfs rw,late 0 0
|
/home /compat/debian/home nullfs rw,late 0 0
|
||||||
|
/home/mykola /compat/debian/home/mykola nullfs rw,late 0 0
|
||||||
|
|
||||||
# exports
|
# exports
|
||||||
/home/mykola /export/mykola nullfs rw,late 0 0
|
#/home/mykola /export/mykola nullfs rw,late 0 0
|
||||||
|
|
||||||
# network
|
# network
|
||||||
192.168.100.4:/ /nfs nfs nfsv4,rw 0 0
|
192.168.100.4:/ /nfs nfs nfsv4,rw 0 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue