Temat: Asus po restarcie nie montuje hdd
Witam,
Przeinstalowalem w moim asusie wl-500gpv1 firmware na backfire 10.3.1. Nie moge teraz podpiąc katalogu /hdd na dysku.
Gdy wpisze
mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part2 /hdd
to jest ok, ale po restarcie routera juz nie ma podczepionego hdd. co robie zle?
zawartosc /etc/config/fstab
config 'mount'
option 'enabled' '1'
option 'device' '/dev/scsi/host0/bus0/target0/lun0/part2'
option 'target' '/hdd'
option 'fstype' 'ext3'
option 'options' 'rw,noatime'
config 'swap'
option 'enabled' '1'
option 'device' '/dev/scsi/host0/bus0/target0/lun0/part1'
tak mialem ustawione w kamikaze 8.09 i wszystko dzialalo.
Pozatym nie wiem czemu nie moge zainstalowac e2fsprogs zeby sprawdzic system plikow.
wywala mi cos takiego:
root@OpenWrt:~# opkg install e2fsprogs
Installing e2fsprogs (1.41.11-1) to root...
Downloading http://downloads.openwrt.org/backfire/1 … m-2.4.ipk.
Installing libblkid (1.41.11-1) to root...
Downloading http://downloads.openwrt.org/backfire/1 … m-2.4.ipk.
Installing libuuid (1.41.11-1) to root...
Downloading http://downloads.openwrt.org/backfire/1 … m-2.4.ipk.
Installing libext2fs (1.41.11-1) to root...
Downloading http://downloads.openwrt.org/backfire/1 … m-2.4.ipk.
Installing libpthread (0.9.30.1-43.3) to root...
Downloading http://downloads.openwrt.org/backfire/1 … m-2.4.ipk.
Configuring libblkid.
Configuring libuuid.
Configuring libext2fs.
Collected errors:
* opkg_install_pkg: Package libpthread md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* opkg_install_cmd: Cannot install package e2fsprogs.
root@OpenWrt:~#