aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-01 10:07:43 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-01 10:07:43 +0300
commit95bc8cdf66f1bd9cf686d61c8a97bd655d3c89dd (patch)
tree0a2cd91730f9ca68df83a6bcedeb3b0941daddf6 /scripts
parentMajor new features (diff)
downloadGSE-95bc8cdf66f1bd9cf686d61c8a97bd655d3c89dd.tar.gz
GSE-95bc8cdf66f1bd9cf686d61c8a97bd655d3c89dd.tar.bz2
GSE-95bc8cdf66f1bd9cf686d61c8a97bd655d3c89dd.zip
Btrfs, subvolume function
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/functions/drv_interface2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions/drv_interface b/scripts/functions/drv_interface
index 9daf787..da1eb4b 100755
--- a/scripts/functions/drv_interface
+++ b/scripts/functions/drv_interface
@@ -63,7 +63,7 @@ else
fi
if [[ "${USERDATAFS}" == 'btrfs' ]]; then
- FUOPTIONS='defaults,noatime,subvol=/userdata'
+ FUOPTIONS='defaults,noatime,subvol=/userdatafs'
UDPPS='0 0'
else
FUOPTIONS='defaults,noatime'