Move from overlayfs to unionfs because of Cloudplow
This commit is contained in:
parent
a70041a642
commit
d83863d35d
|
@ -1,10 +1,10 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Before=local-fs.target
|
|
||||||
After=rclone.service
|
After=rclone.service
|
||||||
|
Before=local-fs.target
|
||||||
Requires=rclone.service
|
Requires=rclone.service
|
||||||
|
|
||||||
[Mount]
|
[Mount]
|
||||||
|
Options=cow,direct_io,auto_cache,allow_other
|
||||||
|
Type=fuse.unionfs
|
||||||
|
What=/mnt/.media.cache=RW:/mnt/GoogleDriveCrypt=RO
|
||||||
Where=/mnt/media
|
Where=/mnt/media
|
||||||
What=overlay
|
|
||||||
Type=overlay
|
|
||||||
Options=rw,relatime,lowerdir=/mnt/GoogleDriveCrypt,upperdir=/mnt/.media.cache,workdir=/mnt/.overlay.work
|
|
||||||
|
|
Loading…
Reference in a new issue