Alias for mounting loop devices


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. alias sqhmount='sudo mount -o loop -t squashfs $1'
  2. alias isomount='sudo mount -o loop -t iso9660 $1'
  3. alias sumount='sudo umount $1'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.