blob: 521ab1c96d8a994477dec5c6a06c4b23cdd1fcf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# /etc/filesystems
#
# This file defines the filesystems search order used by a
# 'mount -t auto' command.
#
# Uncomment the following line if your modular kernel has vfat
# support and you want mount to try vfat.
vfat
# Keep the last '*' intact as it directs mount to use the
# filesystems list available at /proc/filesystems also.
# Don't remove it unless you REALLY know what you are doing!
*
|