Ubuntu Pastebin

Paste from neu at Thu, 10 Aug 2017 15:48:24 +0000

Download as text
1
2
3
4
5
6
7
8
9
ubuntu-studio@ubuntu-studio:~$ sudo mount /dev/sda/mnt
mount: can't find /dev/sda/mnt in /etc/fstab
ubuntu-studio@ubuntu-studio:~$ sudo mount /dev/sda1/mnt
mount: can't find /dev/sda1/mnt in /etc/fstab
ubuntu-studio@ubuntu-studio:~$ sudo mount /dev/sda3/mnt
mount: can't find /dev/sda3/mnt in /etc/fstab
ubuntu-studio@ubuntu-studio:~$ sudo mount -o bind /dev /mnt/dev
mount: mount point /mnt/dev does not exist
ubuntu-studio@ubuntu-studio:~$ sudo mount -o bind /dev /mnt/dev
Download as text