FastJack
30-09-2007, 15:03
Hallo zusammen,
vielleicht hat von euch noch jemand eine Idee, komme gerade nicht mehr weiter.
Ich hab mein Router neu aufgesetzt nachdem ich eine neue größere Festplatte gekauft habe.
Hab mich an dem Tut von wengi orientiert.
Das Problem das ich nun habe ist folgendes:
Nach dem Reboot sieht mein df wie folgt aus:
[admin@wl500gp root]$ df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 2880 2880 0 100% /
/dev/discs/disc0/part2 988244 16428 921616 2% /opt
/dev/discs/disc0/part1 113892232 131228 107975596 0% /tmp/harddisk
/dev/discs/disc0/part3 113892232 131228 107975596 0% /tmp/harddisk
wie man sieht mountet er 2x nach /tmp/harddisk.
opt und swap werden richtig gemountet. Sieht so aus als ob die Firmware da ihre Finger im Spiel hat und part1 immer nach /tmp/harddisk mounten will?
Das komische dabei ist das die sache mit meinem alten USB Stick ohne probleme richtig gemountet wird.
Kann ich auch reprodutieren, einfach alten USB Stick dran reboot die partitionen werden richtig gemountet.
Nur bei der neuen Festplatte macht er Probleme.
dmesg:
[admin@wl500gp root]$ dmesg
tory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518769, limit=506016
Directory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518769, limit=506016
Directory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518769, limit=506016
Directory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
Adding Swap: 506008k swap-space (priority -1)
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,3), internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
vielleicht hat das etwas mit dem dmesg auf sich?
[admin@wl500gp sbin]$ mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part2 on /opt type ext3 (rw)
/dev/discs/disc0/part1 on /tmp/harddisk type vfat (ro,noatime)
/dev/discs/disc0/part3 on /tmp/harddisk type ext3 (rw)
Gruß FastJack
vielleicht hat von euch noch jemand eine Idee, komme gerade nicht mehr weiter.
Ich hab mein Router neu aufgesetzt nachdem ich eine neue größere Festplatte gekauft habe.
Hab mich an dem Tut von wengi orientiert.
Das Problem das ich nun habe ist folgendes:
Nach dem Reboot sieht mein df wie folgt aus:
[admin@wl500gp root]$ df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 2880 2880 0 100% /
/dev/discs/disc0/part2 988244 16428 921616 2% /opt
/dev/discs/disc0/part1 113892232 131228 107975596 0% /tmp/harddisk
/dev/discs/disc0/part3 113892232 131228 107975596 0% /tmp/harddisk
wie man sieht mountet er 2x nach /tmp/harddisk.
opt und swap werden richtig gemountet. Sieht so aus als ob die Firmware da ihre Finger im Spiel hat und part1 immer nach /tmp/harddisk mounten will?
Das komische dabei ist das die sache mit meinem alten USB Stick ohne probleme richtig gemountet wird.
Kann ich auch reprodutieren, einfach alten USB Stick dran reboot die partitionen werden richtig gemountet.
Nur bei der neuen Festplatte macht er Probleme.
dmesg:
[admin@wl500gp root]$ dmesg
tory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518769, limit=506016
Directory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518769, limit=506016
Directory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518769, limit=506016
Directory sread (sector 0x999a78e2) failed
attempt to access beyond end of device
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518770, limit=506016
Directory sread (sector 0x999a78e4) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
attempt to access beyond end of device
08:01: rw=0, want=1288518771, limit=506016
Directory sread (sector 0x999a78e5) failed
Adding Swap: 506008k swap-space (priority -1)
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,3), internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
vielleicht hat das etwas mit dem dmesg auf sich?
[admin@wl500gp sbin]$ mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part2 on /opt type ext3 (rw)
/dev/discs/disc0/part1 on /tmp/harddisk type vfat (ro,noatime)
/dev/discs/disc0/part3 on /tmp/harddisk type ext3 (rw)
Gruß FastJack