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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209 | 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 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
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
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/kubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
UUID=d7ff303e-945f-4abf-aefe-226bc6c2d253 /boot ext2 defaults 0 2
# /boot/efi was on /dev/sda1 during installation
UUID=7ECA-699C /boot/efi vfat defaults 0 1
/dev/mapper/kubuntu--vg-swap_1 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
//192.168.202.46/jento /home/don/Vorlage cifs username=jento,passwd=fackyou 0 0
|