
Re: Major Problem - Drive Mapping Inconsistent
Hi GregiBoy
Well sorry to hear it still gives the problem.
GregiBoy wrote:
Is there a need to upgrade BusyBox? I may do this anyhow if you can point me in the right direction.
No I don't think so. It might give you a few more commands. I would rather suggest installing optware. You can specify the software which you can install. You can do a lot more with that.
An option is to delete both swap partitions (No need to reformat the hard disk) and modify using the filechck if incorrect labels. It does not create a label if it is just a partition. I just deleted the swap to try it out.
Without swap
Labels C: D: E:
links correct
C: /tmp/usbmounts/sda1
D: /tmp/usbmounts/sda2
E: /tmp/usbmounts/sdb1
links incorrect
C: /tmp/usbmounts/sdb1
D: /tmp/usbmounts/sda1
E: /tmp/usbmounts/sda2
action: remove links
create: using the filechck script.
C: /tmp/usbmounts/sda1
D: /tmp/usbmounts/sda2
E: /tmp/usbmounts/sdb1
Another option is to delete the swap partition on the second drive and recreate a smaller swap partition and create another ext3 partition (There is no need to reformat the data section).
With swap and another ext3
Labels D: E:; G:H
links correct
D: /tmp/usbmounts/sda2
E: /tmp/usbmounts/sda3
G: /tmp/usbmounts/sdb2
H: /tmp/usbmounts/sdb3
links incorrect
D: /tmp/usbmounts/sdb2
E: /tmp/usbmounts/sdb3
G: /tmp/usbmounts/sda2
H: /tmp/usbmounts/sda3
action: remove links
create: using the filechck script.
D: /tmp/usbmounts/sda2
E: /tmp/usbmounts/sda2
G: /tmp/usbmounts/sdb2
H: /tmp/usbmounts/sdb3
You could than install optware on the other partition and keep data and software on a separate disk.
JR