Ubuntu Pastebin

Paste from mount at Mon, 15 Feb 2016 19:31:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
sudo mount -av
[mntent]: Warnung: Am Ende der Datei /etc/fstab fehlt ein abschließender Zeilenvorschub.
mount: UUID=d7ff303e-945f-4abf-aefe-226bc6c2d253 ist bereits auf /boot eingehängt
mount: UUID=7ECA-699C ist bereits auf /boot/efi eingehängt
mount: //192.168.202.46/jento ist bereits auf /home/don/Vorlage eingehängt
nichts wurde eingehängt



df -h
Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf
udev                          3,9G    4,0K  3,9G    1% /dev
tmpfs                         785M    1,2M  784M    1% /run
/dev/mapper/kubuntu--vg-root  102G     79G   18G   82% /
none                          4,0K       0  4,0K    0% /sys/fs/cgroup
none                          5,0M       0  5,0M    0% /run/lock
none                          3,9G     23M  3,9G    1% /run/shm
none                          100M     20K  100M    1% /run/user
/dev/sda2                     237M    138M   87M   62% /boot
/dev/sda1                     511M    3,4M  508M    1% /boot/efi
/home/don/.Private            102G     79G   18G   82% /home/don




df -ha
Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf
sysfs                            0       0     0     - /sys
proc                             0       0     0     - /proc
udev                          3,9G    4,0K  3,9G    1% /dev
devpts                           0       0     0     - /dev/pts
tmpfs                         785M    1,2M  784M    1% /run
/dev/mapper/kubuntu--vg-root  102G     79G   18G   82% /
none                          4,0K       0  4,0K    0% /sys/fs/cgroup
none                             0       0     0     - /sys/fs/fuse/connections
none                             0       0     0     - /sys/kernel/debug
none                             0       0     0     - /sys/kernel/security
none                             0       0     0     - /sys/firmware/efi/efivars
none                          5,0M       0  5,0M    0% /run/lock
none                          3,9G     23M  3,9G    1% /run/shm
none                          100M     20K  100M    1% /run/user
none                             0       0     0     - /sys/fs/pstore
/dev/sda2                     237M    138M   87M   62% /boot
/dev/sda1                     511M    3,4M  508M    1% /boot/efi
binfmt_misc                      0       0     0     - /proc/sys/fs/binfmt_misc
systemd                          0       0     0     - /sys/fs/cgroup/systemd
//192.168.202.46/jento           -       -     -     - /home/don/Vorlage
/home/don/.Private            102G     79G   18G   82% /home/don
Download as text