DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2008-07-18 12:16:32

amichel
Member
From: Vienna
Registered: 2008-07-13
Posts: 17

fscheck by fonz

Hi,
I want to make an fsck as listed on http://www.inreto.de/dns323/fsck/ . My DNS 323 is running ffp 0.5 from USB. No when I execute the reload.sh script as mentioned in the readme the new kernel won't get reloaded. I don't get disconnected and the output of the reload command looks like this:

Kernel version: 2.6.12.6-arm1
+ netdev=egiga0
+ hostname -f
+ hostname=nas
+ ifconfig egiga0
+ awk /inet addr/ { print substr($2, 6) }
+ ipaddr=192.168.1.131
+ ifconfig egiga0
+ awk /inet addr/ { print substr($4, 6) }
+ netmask=255.255.255.0
+ ifconfig egiga0
+ awk /inet addr/ { print substr($3, 7) }
+ bcast=192.168.1.255
+ route -n
+ awk $1 == "0.0.0.0" { print $2 }
+ gateway=192.168.1.1
+ autoconf=none
+ IP_CMDLINE=ip=192.168.1.131::192.168.1.1:255.255.255.0:nas:egiga0:none
+ CMDLINE=console=ttyS0,115200 :::DB88FXX81:egiga0:none ip=192.168.1.131::192.168.1.1:255.255.255.0:nas:egiga0:none nomount
+ sleep 1
+ [ -r /tmp/raidup ]
+ echo /tmp/raidup found
/tmp/raidup found
+ exit 1


could anyone shed some light here what I am doing wrong?

thx in advance
amichel

Offline

 

#2 2008-07-18 12:26:05

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: fscheck by fonz

amichel wrote:

/tmp/raidup found

The script will abort if it detects a RAID configuration. If you want to use it with RAID, remove that check from reload.sh. You will need to setup raid yourself before doing the filesystem check.

Offline

 

#3 2008-07-18 12:30:46

amichel
Member
From: Vienna
Registered: 2008-07-13
Posts: 17

Re: fscheck by fonz

Ok thanks for the quick reply I thought I had to setup the RAID after the kernel has loaded but didn't knew that I have to comment out the check sad
Thanks a lot
amichel

Offline

 

#4 2008-07-18 12:40:56

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: fscheck by fonz

amichel wrote:

didn't knew that I have to comment out the check sad

Well, no problem. I added that check so people notice that it won't work out of the box with a raid setup.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB