Ubuntu Pastebin

Paste from mount at Mon, 15 Feb 2016 19:38:53 +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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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




mount
/dev/mapper/kubuntu--vg-root on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /sys/firmware/efi/efivars type efivarfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
/dev/sda2 on /boot type ext2 (rw)
/dev/sda1 on /boot/efi type vfat (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
//192.168.202.46/jento on /home/don/Vorlage type cifs (rw)
/home/don/.Private on /home/don type ecryptfs (ecryptfs_check_dev_ruid,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs,ecryptfs_sig=ff0f497868cc6935,ecryptfs_fnek_sig=2effd48368f2f1d3)




sudo umount //192.168.202.46/jento
umount: /home/don/Vorlage ist nicht eingehängt




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.cifs kernel mount options: ip=192.168.202.46,unc=\\192.168.202.46\jento,user=jento,pass=********
nichts wurde eingehängt
Download as text