mount_msdos.sh 157 B

12345
  1. #/bin/bash
  2. # use 'id' unix command to learn your gid/uid then
  3. # sdf1 is what i want to mount, on /mnt/disk8
  4. mount -o gid=1001,uid=1001 /dev/sdf1 /mnt/disk8