Last active
December 12, 2015 01:19
-
-
Save ringods/4690639 to your computer and use it in GitHub Desktop.
Console snippets for VirtualBox and raw disk setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@host:~# usermod --groups disk -a virtualbox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@host:~# ls -l /dev/sda* | |
brw-rw---- 1 root disk 8, 0 Aug 20 15:11 /dev/sda | |
brw-rw---- 1 root disk 8, 1 Aug 10 17:37 /dev/sda1 | |
brw-rw---- 1 root disk 8, 2 Aug 10 17:37 /dev/sda2 | |
brw-rw---- 1 root disk 8, 3 Aug 21 09:43 /dev/sda3 | |
brw-rw---- 1 root disk 8, 4 Aug 21 09:43 /dev/sda4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment