HomeSort by: relevance | last modified time | path
    Searched refs:_fstype (Results 1 - 3 of 3) sorted by relevancy

  /src/etc/autofs/
special_media 9 local _fstype _fstype_and_label _label _p
19 _fstype="${_fstype_and_label%% *}"
20 if [ "${_fstype}" != "${_fstype_and_label}" ]; then
36 local _fstype _p
38 _fstype="$1"
41 case "${_fstype}" in
44 echo "-mountprog=/usr/local/sbin/mount.exfat,fstype=${_fstype},nosuid :/dev/${_p}"
47 "Cannot mount ${_fstype} formatted device /dev/${_p}: Install sysutils/fusefs-exfat first"
53 echo "-mountprog=/usr/local/bin/ntfs-3g,fstype=${_fstype},nosuid :/dev/${_p}"
56 "Cannot mount ${_fstype} formatted device /dev/${_p}: Install sysutils/fusefs-ntfs first
    [all...]
  /src/distrib/miniroot/
upgrade.sh 240 while read _dev _mp _fstype _rest ; do
241 if [ "${_fstype}" = "ufs" ] ||
242 [ "${_fstype}" = "ffs" ]; then
243 if [ "${_fstype}" = "ufs" ]; then
245 _fstype=ffs
247 echo "$_dev $_mp $_fstype $_rest" >> /tmp/fstab
332 while read _dev _mp _fstype _rest ; do
333 if [ "${_fstype}" = "ufs" ]; then
335 _fstype=ffs
337 echo "$_dev $_mp $_fstype $_rest" >> /tmp/fsta
    [all...]
install.sub 923 local _fstype
988 _fstype=$resp
999 if ! mount -t ${_fstype} -o ro \
1017 local _fstype
1080 _fstype=$resp
1084 _fstype=$resp
1095 if ! mount -t ${_fstype} -o $_fsopts \
1456 local _fstype
1464 ( while read _dev _mp _fstype _rest; do
1471 case "$_fstype" i
    [all...]

Completed in 55 milliseconds