Use "auto" fstype for /mnt/removable; it will allow to mount any fs type

on /mnt/removable.
This commit is contained in:
Rafal Wojtczuk 2010-05-13 15:54:24 +02:00
parent 4612f14fac
commit c53701bde9

View File

@ -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