Remove "Type=ext4" option in opt-usr.mount to support f2fs filesystem 36/254836/1 accepted/tizen/unified/20210310.144837 submit/tizen/20210310.051909
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 10 Mar 2021 03:20:36 +0000 (12:20 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 10 Mar 2021 03:21:03 +0000 (12:21 +0900)
The "Type=" option in opt-usr.mount should not be specified,
because tizen uses "ext4" or "f2fs" filesystem for each target.

If there is no "Type=" option in the mount unit,
systemd automatically detects it when mounting.

Reference.
 - https://www.freedesktop.org/software/systemd/man/systemd.mount.html
 - Type= : Takes a string for the file system type. See mount(8) for details. This setting is optional

Change-Id: I4127b6534c2d593a24d3cc3727a83b7101ad3740

units/opt-usr.mount

index 9895bf8..58ed14a 100644 (file)
@@ -7,5 +7,5 @@ Before=local-fs.target wait-mount@opt-usr.service
 
 [Mount]
 What=/dev/disk/by-label/user
-Type=ext4
+#Type=ext4
 Where=/opt/usr