mount_msdos.sh 190 B

123456
  1. #/bin/bash
  2. # GPLv3 or later see COPYING.GPL
  3. # use 'id' unix command to learn your gid/uid then
  4. # sdf1 is what i want to mount, on /mnt/disk8
  5. mount -o gid=1001,uid=1001 /dev/sdf1 /mnt/disk8