Skip to content

Instantly share code, notes, and snippets.

@rumkin
Created November 29, 2012 01:12
Show Gist options
  • Save rumkin/4166049 to your computer and use it in GitHub Desktop.
Save rumkin/4166049 to your computer and use it in GitHub Desktop.
Mount fs with special permissions
sudo mount -t ext4 -o umask=0755,gid=XXX,uid=XXX /dev/sdaX /media/laserslut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment