Difference between revisions of "Notes"

From wikidb
Jump to: navigation, search
(New page: == Mounting == <pre> root@ubuntu:~# ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 2012-05-05 23:57 14bbf382-e40e-4e18-9117-00848c34f30e -> ../../sda5 lrwxrwxrwx 1 root root 1...)
 
(Mounting)
Line 8: Line 8:
  
 
root@ubuntu:~# mount /dev/disk/by-uuid/aa6b0eb3-9627-49c4-b2bf-433efc46c000 /mnt/
 
root@ubuntu:~# mount /dev/disk/by-uuid/aa6b0eb3-9627-49c4-b2bf-433efc46c000 /mnt/
 +
 +
== Users ==
 +
 +
  sudo adduser eepp
 +
  sudo adduser eepp sudo

Revision as of 12:17, 16 February 2015

Mounting

root@ubuntu:~# ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 2012-05-05 23:57 14bbf382-e40e-4e18-9117-00848c34f30e -> ../../sda5
lrwxrwxrwx 1 root root 10 2012-05-05 23:57 aa6b0eb3-9627-49c4-b2bf-433efc46c000 -> ../../sda1

root@ubuntu:~# mount /dev/disk/by-uuid/aa6b0eb3-9627-49c4-b2bf-433efc46c000 /mnt/

== Users ==

  sudo adduser eepp
  sudo adduser eepp sudo