Hi All,
I am trying to share some folders between host and chroots. Below is the /etc/fstab file details.
However I get a resource deadlock error during startup. I resolved it by commenting the lines above. Could it be resolved without commenting the lines in another way so that Downloads folder is also shared between host and chroots please.
Thanks & Best Regards
AMJS
I am trying to share some folders between host and chroots. Below is the /etc/fstab file details.
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/efiboot0 /boot/efi msdosfs rw 2 2
/dev/ada0p3 none swap sw 0 0
proc /proc procfs rw 0 0
devfs /compat/ubuntu1/dev devfs rw,late 0 0
tmpfs /compat/ubuntu1/dev/shm tmpfs rw,late,size=1g,mode=1777 0 0
fdescfs /compat/ubuntu1/dev/fd fdescfs rw,late,linrdlnk 0 0
linprocfs /compat/ubuntu1/proc linprocfs rw,late 0 0
linsysfs /compat/ubuntu1/sys linsysfs rw,late 0 0
/tmp /compat/ubuntu1/tmp nullfs rw,late 0 0
/home /compat/ubuntu1/home nullfs rw,late 0 0
/home/michael /compat/ubuntu1/home/michael nullfs rw,late 0 0
#/home/michael/Downloads /compat/ubuntu1/home/michael/Downloads nullfs rw,late 0 0
devfs /compat/ubuntu2/dev devfs rw,late 0 0
tmpfs /compat/ubuntu2/dev/shm tmpfs rw,late,size=1g,mode=1777 0 0
fdescfs /compat/ubuntu2/dev/fd fdescfs rw,late,linrdlnk 0 0
linprocfs /compat/ubuntu2/proc linprocfs rw,late 0 0
linsysfs /compat/ubuntu2/sys linsysfs rw,late 0 0
/tmp /compat/ubuntu2/tmp nullfs rw,late 0 0
/home /compat/ubuntu2/home nullfs rw,late 0 0
/home/michael /compat/ubuntu2/home/michael nullfs rw,late 0 0
#/home/michael/Downloads /compat/ubuntu2/home/michael/Downloads nullfs rw,late 0 0
However I get a resource deadlock error during startup. I resolved it by commenting the lines above. Could it be resolved without commenting the lines in another way so that Downloads folder is also shared between host and chroots please.
Thanks & Best Regards
AMJS