Ik heb ahv de volgende tutorial een Ubuntu 10.10 minimal installatie gedaan + oa ubuntu-desktop ( YouTube: Ubuntu 10.10 Minimal ISO Install Guide ). Het gaat allemaal niet zo voortvarend, maar het uitzoeken is best aardig. SSH, Samba, Apache etc werkt ok. Nu was ik bezig met fstab en verschillende hd's mounten bij het booten. Een specifiek hd wil hij niet mounten en uit de boot.log begrijp ik dat er iets met bad superblocks oid is. Maar goed het is een oude schijf dus die heb ik bij booten niet op automount gezet. Maar nog steeds houd ik errors in mijn boot.log en met het gevolg dat bij het booten een andere hd ook niet mounten wil. Mijn linux kennis is te beperkt om hier uit te komen. Dit is de inhoud van de log:
Als ik zoek op "init: ureadahead-other main process (983) terminated with status 4" kom ik uit op dit topic: http://ubuntuforums.org/showthread.php?t=1434502
z80_user.rules is een symbolic link naar user.rules en die is leeg. Ik vind topics met het zelfde probleem, maar er volgt geen oplossing. Wie heeft een suggestie?
voor de volledigheid mijn fstab (als het daar mee te maken heeft):
Maar die lijkt me niet erg spannend.
fsck from util-linux-ng 2.17.2 udevd[391]: can not read '/etc/udev/rules.d/z80_user.rules' /dev/sda1: clean, 121322/9576448 files, 7635821/38294528 blocks (check in 4 mounts) init: ureadahead-other main process (983) terminated with status 4 Skipping /media/music at user request * Starting AppArmor profiles ^[[160G ^[[154G[ OK ]
Als ik zoek op "init: ureadahead-other main process (983) terminated with status 4" kom ik uit op dit topic: http://ubuntuforums.org/showthread.php?t=1434502
Dit suggereert dat het dus eerder te maken heeft met die andere error, want het klopt dat op de hd die getracht gemount te worden, geen files bevat.This isn't actually a bug
Status 4 (usually ureadahead-other exits with this) means that you had a mountpoint in your fstab that didn't have any files on it needed during boot. Probably that drive with all those MP3s and movie files on it.
It still reads everything needed during boot, the status is just there for me to debug other issues
....
(In other words, If your boot fails, this message is completely unrelated to that! It's more likely that there is an issue with the X server starting, or an issue with init scripts not being run -- a good clue might be whether you see a login: screen after pressing Alt+F2)
z80_user.rules is een symbolic link naar user.rules en die is leeg. Ik vind topics met het zelfde probleem, maar er volgt geen oplossing. Wie heeft een suggestie?
voor de volledigheid mijn fstab (als het daar mee te maken heeft):
# <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=0fd22579-f56c-4062-824a-60e50681a9c9 / ext4 noauto 0 1 # swap was on /dev/sda5 during installation UUID=5d95e1b0-023a-4ab2-8a2e-1e920d0c2291 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/sdb5 /media/sdb5 ntfs nls=iso8859-1,ro,noauto,umask=000 0 0 /dev/sdc5 /media/sdc5 ntfs nls=iso8859-1,ro,noauto,umask=000 0 0 /dev/sdd5 /media/sdd5 ntfs nls=iso8859-1,ro,noauto,umask=000 0 0 /dev/sdb1 /media/documents ext4 noauto 0 0 /dev/sdc1 /media/sdc1 ntfs noauto 0 0 UUID=0fd22579-f56c-4062-824a-60e50681a9c9 /media/downloads ext4 defaults 0 0 UUID=dd9206cc-f851-4013-8e2a-3211997b0377 /media/music ext4 defaults 0 0
Maar die lijkt me niet erg spannend.