PDA

Bekijk de volledige versie : Problems flashing oleg on my wl500gP



Timocracy
20-09-2006, 16:00
Hi,

I just flashed olegs latest firmware on my wl500gP.
Then I followed the tutorials of marcnesium and r0kanon.
So far so good, up to the point where I shall mount my data partition (yes I took part1 (64mb) as swap and part2 (ca 150GB) for data).

But when I try to mount part2 on /opt it says:

[admin@(none) root]$ mount /dev/discs/disc0/part2 /opt
mount: Mounting /dev/discs/disc0/part2 on /opt failed: Invalid argument

And also when I type in "fdisk -1" it get this response:


[admin@(none) root]$ fdisk -1
fdisk: illegal option -- 1
BusyBox v1.1.3 (2006.06.29-17:07+0000) multi-call binary

Usage: fdisk [-luv] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK


What can I do to make it work correctly? I tried the process a few times, but it never worked.

bbaccsi
20-09-2006, 18:04
fdisk -l , not fdisk -1 !
(!!! Usage: fdisk [-luv] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK !!!)

I guess you have an /opt on your router, so you should look after why
it doesn't like your /dev/discs/disc0/part2

bbaccsi


Hi,

I just flashed olegs latest firmware on my wl500gP.
Then I followed the tutorials of marcnesium and r0kanon.
So far so good, up to the point where I shall mount my data partition (yes I took part1 (64mb) as swap and part2 (ca 150GB) for data).

But when I try to mount part2 on /opt it says:

[admin@(none) root]$ mount /dev/discs/disc0/part2 /opt
mount: Mounting /dev/discs/disc0/part2 on /opt failed: Invalid argument

And also when I type in "fdisk -1" it get this response:


[admin@(none) root]$ fdisk -1
fdisk: illegal option -- 1
BusyBox v1.1.3 (2006.06.29-17:07+0000) multi-call binary

Usage: fdisk [-luv] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK


What can I do to make it work correctly? I tried the process a few times, but it never worked.