|
Denlud
(Themenstarter)
Anmeldungsdatum: 5. Juli 2015
Beiträge: 132
|

14. April 2016 21:08
(zuletzt bearbeitet: 14. April 2016 21:19)
Ich starte immer einfach neu, wenn mein /home nachdem suspend oder hibernate Modus nicht mehr funktioniert, bzw. fahre ich mein Laptop immer herunter. 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 | dennis@Yoda:~$ cat /etc/fstab
# /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>
# / was on /dev/mmcblk0p3 during installation
UUID=725aedcb-2b65-4b64-9cf0-0a19dd52c219 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/mmcblk0p1 during installation
UUID=73F4-6FC4 /boot/efi vfat umask=0077 0 1
# /home was on /dev/mmcblk1p1 during installation
UUID=9b112a02-2095-40e8-9a7f-e643ca79e094 /home ext4 defaults 0 2
# swap was on /dev/mmcblk0p2 during installation
UUID=15a32f0d-1550-47e6-9927-cedff8ec7695 none swap sw 0 0
dennis@Yoda:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=929556k,nr_inodes=232389,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=189648k,mode=755)
/dev/mmcblk0p3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk1p1 on /home type ext4 (rw,relatime,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=189648k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
dennis@Yoda:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=929556k,nr_inodes=232389,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=189648k,mode=755)
/dev/mmcblk0p3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk1p1 on /home type ext4 (ro,relatime,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=189648k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
dennis@Yoda:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=929556k,nr_inodes=232389,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=189648k,mode=755)
/dev/mmcblk0p3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk1p1 on /home type ext4 (ro,relatime,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=189648k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
dennis@Yoda:~$ dmesg | tail -n 20
[ 7.584852] Bluetooth: BNEP filters: protocol multicast
[ 7.584863] Bluetooth: BNEP socket layer initialized
[ 8.186877] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 8.187192] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 8.190109] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 8.301774] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 8.302201] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 8.333326] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 8.569502] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 10.653892] Bluetooth: RFCOMM TTY layer initialized
[ 10.653911] Bluetooth: RFCOMM socket layer initialized
[ 10.653925] Bluetooth: RFCOMM ver 1.11
[ 22.242500] wlp2s0: authenticate with f4:f2:6d:9d:6c:1f
[ 22.256511] wlp2s0: send auth to f4:f2:6d:9d:6c:1f (try 1/3)
[ 22.273253] wlp2s0: authenticated
[ 22.276394] wlp2s0: associate with f4:f2:6d:9d:6c:1f (try 1/3)
[ 22.283530] wlp2s0: RX AssocResp from f4:f2:6d:9d:6c:1f (capab=0x11 status=0 aid=4)
[ 22.286345] wlp2s0: associated
[ 22.286422] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 23.781541] IPv6: wlp2s0: IPv6 duplicate address fe80::36de:1aff:feac:9d29 detected!
|
Unabsichtlich gemounted? Es soll ja eigentlich immer gemounted sein. Sie sollte sich am besten verhalten wie meine interne 32GB SSD.
Also ich habe jetzt das Laptop neu hochgefahren und wenn alles funktioniert die ersten beiden Befehle eingegeben.
Dann Laptop einmal wieder aufgeweckt, das Homeverzeichnis hat dann nicht funktioniert. Ich habe den "mount" Befehl erneut eingegeben, allerdings hat sich nichts getan. Habe dann wieder neugestartet und den letzten Befehl eingegeben. Ich hoffe der Code der Code ist hilfreich, da es für mich sehr nervig ist das Laptop nicht in Standby setzen zu dürfen.
|
|
Denlud
(Themenstarter)
Anmeldungsdatum: 5. Juli 2015
Beiträge: 132
|

15. April 2016 01:30
So habe es endlich geschafft, habe beide Befehle eingegeben nachdem aufklappen: 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 | dennis@Yoda:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=928816k,nr_inodes=232204,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=189644k,mode=755)
/dev/mmcblk0p3 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event,nsroot=/)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children,nsroot=/)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids,nsroot=/)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb,nsroot=/)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/mmcblk0p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk1p1 on /home type ext4 (ro,relatime,data=ordered)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=189644k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
dennis@Yoda:~$ dmesg | tail - 100
==> Standardeingabe <==
[ 167.214031] EXT4-fs error: 17 callbacks suppressed
[ 167.214041] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm mount: reading directory lblock 0
[ 167.214098] EXT4-fs: 17 callbacks suppressed
[ 167.214102] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 167.214695] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm mount: reading directory lblock 0
[ 167.214705] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 171.554174] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm unity-settings-: reading directory lblock 0
[ 171.554201] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 174.637602] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786438: comm pool: reading directory lblock 0
[ 174.637613] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
tail: '100' kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
dennis@Yoda:~$ dmesg | tail -100
[ 141.861100] EXT4-fs: 26 callbacks suppressed
[ 141.861102] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 142.063273] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nm-applet: reading directory lblock 0
[ 142.063289] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 142.067531] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786461: comm nm-applet: reading directory lblock 0
[ 142.067542] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 142.136942] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786452: comm nm-applet: reading directory lblock 0
[ 142.136952] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 142.250172] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm pool: reading directory lblock 0
[ 142.250182] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 143.473294] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786452: comm nm-applet: reading directory lblock 0
[ 143.473304] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 143.536601] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm bamfdaemon: reading directory lblock 0
[ 143.536615] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 147.183936] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 147.183952] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 147.195096] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 147.195108] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 147.196623] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 147.196632] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 147.197152] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 147.197158] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 147.732209] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm bamfdaemon: reading directory lblock 0
[ 147.732220] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 148.550262] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786596: comm compiz: reading directory lblock 0
[ 148.550275] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 148.551180] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786455: comm upstart: reading directory lblock 0
[ 148.551192] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 150.263992] wlp2s0: authenticate with f4:f2:6d:9d:6c:1f
[ 150.270175] wlp2s0: send auth to f4:f2:6d:9d:6c:1f (try 1/3)
[ 150.286535] wlp2s0: authenticated
[ 150.290570] wlp2s0: associate with f4:f2:6d:9d:6c:1f (try 1/3)
[ 150.297406] wlp2s0: RX AssocResp from f4:f2:6d:9d:6c:1f (capab=0x11 status=0 aid=2)
[ 150.299128] wlp2s0: associated
[ 150.299241] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 150.385948] cfg80211: Regulatory domain changed to country: DE
[ 150.385955] cfg80211: DFS Master region: ETSI
[ 150.385958] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 150.385962] cfg80211: (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 150.385966] cfg80211: (5150000 KHz - 5250000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 150.385969] cfg80211: (5250000 KHz - 5350000 KHz @ 80000 KHz, 200000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 150.385973] cfg80211: (5470000 KHz - 5725000 KHz @ 160000 KHz), (N/A, 2698 mBm), (0 s)
[ 150.385976] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 151.507069] IPv6: wlp2s0: IPv6 duplicate address fe80::36de:1aff:feac:9d29 detected!
[ 154.631481] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm bamfdaemon: reading directory lblock 0
[ 154.631491] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.634177] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.634204] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.634464] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.634483] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.635188] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.635207] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.763156] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.763167] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.763294] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.763298] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.763338] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.763342] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.763369] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.763373] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.763529] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.763533] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.763561] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm nautilus: reading directory lblock 0
[ 154.763565] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 154.943734] EXT4-fs warning: 70 callbacks suppressed
[ 154.943744] EXT4-fs warning (device mmcblk1p1): htree_dirblock_to_tree:959: inode #786433: lblock 0: comm pool: error -5 reading directory block
[ 160.551444] EXT4-fs error: 45 callbacks suppressed
[ 160.551456] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 160.551465] EXT4-fs: 45 callbacks suppressed
[ 160.551469] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 160.552076] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 160.552083] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 160.554174] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 160.554229] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 160.555240] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786468: comm dconf-service: reading directory lblock 0
[ 160.555248] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 162.953704] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786461: comm unity-scope-hom: reading directory lblock 0
[ 162.953715] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 163.019383] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786438: comm unity-scope-loa: reading directory lblock 0
[ 163.019393] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 163.167342] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm unity-files-dae: reading directory lblock 0
[ 163.167353] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 163.422590] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786452: comm unity-scope-loa: reading directory lblock 0
[ 163.422601] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 163.569720] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786461: comm unity-scope-loa: reading directory lblock 0
[ 163.569734] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 163.603624] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786461: comm unity-scope-loa: reading directory lblock 0
[ 163.603638] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 167.214031] EXT4-fs error: 17 callbacks suppressed
[ 167.214041] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm mount: reading directory lblock 0
[ 167.214098] EXT4-fs: 17 callbacks suppressed
[ 167.214102] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 167.214695] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm mount: reading directory lblock 0
[ 167.214705] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 171.554174] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm unity-settings-: reading directory lblock 0
[ 171.554201] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 174.637602] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786438: comm pool: reading directory lblock 0
[ 174.637613] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
[ 186.716427] EXT4-fs error (device mmcblk1p1): ext4_find_entry:1451: inode #786433: comm tail: reading directory lblock 0
[ 186.716437] EXT4-fs (mmcblk1p1): previous I/O error to superblock detected
|
|