mirror of https://github.com/harish2704/dotFiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
533 B
25 lines
533 B
#!/bin/bash
|
|
|
|
# Imported Mount Command from SpaceFM 0.9:
|
|
|
|
udisksctl mount -b %v -o '%o'
|
|
|
|
# Enter mount command or leave blank for auto:
|
|
|
|
|
|
# # Examples: (remove # to enable a mount command)
|
|
#
|
|
# # udevil:
|
|
# udevil mount -o '%o' %v
|
|
#
|
|
# # pmount: (does not accept mount options)
|
|
# pmount %v
|
|
#
|
|
# # udisks v2:
|
|
# udisksctl mount -b %v -o '%o'
|
|
#
|
|
# # udisks v1: (enable all three lines!)
|
|
# fm_udisks=`udisks --mount %v --mount-options '%o' 2>&1`
|
|
# echo "$fm_udisks"
|
|
# [[ "$fm_udisks" = "${fm_udisks/ount failed:/}" ]]
|
|
|
|
|