Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamcanin/a3672f19f0f2ac35810b to your computer and use it in GitHub Desktop.
Save williamcanin/a3672f19f0f2ac35810b to your computer and use it in GitHub Desktop.
"Mount" for post: Criando pendrive bootavel no Linux com dd (williamcanin.com)
william @archlinux $
└‣ mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1996208k,nr_inodes=499052,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda8 on / type ext4 (rw,relatime,data=ordered)
.
.
/dev/sdb on /run/media/william/sandisk type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1002,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
william @archlinux $
└‣
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment