Use "auto" fstype for /mnt/removable; it will allow to mount any fs type
on /mnt/removable.
This commit is contained in:
parent
4612f14fac
commit
c53701bde9
@ -15,4 +15,4 @@ sysfs /sys sysfs defaults 0 0
|
|||||||
proc /proc proc defaults 0 0
|
proc /proc proc defaults 0 0
|
||||||
/dev/xvdg /mnt/outgoing vfat noauto,user,rw 0 0
|
/dev/xvdg /mnt/outgoing vfat noauto,user,rw 0 0
|
||||||
/dev/xvdh /mnt/incoming vfat noauto,user,rw 0 0
|
/dev/xvdh /mnt/incoming vfat noauto,user,rw 0 0
|
||||||
/dev/xvdi /mnt/removable vfat noauto,user,rw 0 0
|
/dev/xvdi /mnt/removable auto noauto,user,rw 0 0
|
||||||
|
Loading…
Reference in New Issue
Block a user