View Single Post
  #5   (View Single Post)  
Old 10th February 2014
divel divel is offline
Port Guard
 
Join Date: Nov 2013
Location: Madrid, Spain
Posts: 14
Default Automatic?

According to the script, seems to use the label for the type of file system to mount. In my opinion, this is impractical because it requires manual intervention. This is not automatic, do I need to run glabel?. I do not make a script for over a decade and could be wrong.

Automount.sh:
Code:
Line 264: echo $(file -b -L -s ${DEV} | sed -E 's/label:\ \".*\"//g')
Reply With Quote