parent
c6d6ed0c9c
commit
52dcb4aaa3
@ -97,8 +97,8 @@
|
|||||||
|
|
||||||
# Below is the default list of network fstypes.
|
# Below is the default list of network fstypes.
|
||||||
#
|
#
|
||||||
# afs ceph cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs
|
# afs ceph cifs coda davfs fuse fuse.glusterfs fuse.sshfs gfs glusterfs lustre
|
||||||
# nfs nfs4 ocfs2 shfs smbfs
|
# ncpfs nfs nfs4 ocfs2 shfs smbfs
|
||||||
#
|
#
|
||||||
# If you would like to add to this list, you can do so by adding your
|
# If you would like to add to this list, you can do so by adding your
|
||||||
# own fstypes to the following variable.
|
# own fstypes to the following variable.
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
|
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
|
||||||
# Released under the 2-clause BSD license.
|
# Released under the 2-clause BSD license.
|
||||||
|
|
||||||
net_fs_list="afs ceph cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre
|
net_fs_list="
|
||||||
ncpfs nfs nfs4 ocfs2 shfs smbfs"
|
afs ceph cifs coda davfs fuse fuse.glusterfs fuse.sshfs gfs glusterfs lustre
|
||||||
|
ncpfs nfs nfs4 ocfs2 shfs smbfs
|
||||||
|
"
|
||||||
is_net_fs()
|
is_net_fs()
|
||||||
{
|
{
|
||||||
[ -z "$1" ] && return 1
|
[ -z "$1" ] && return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user