Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mollusk

Pages: [1]
1
Angstrom & OpenZaurus / Missing Mount With Oz3.5.4-rc On An Sl-c3100?
« on: January 18, 2006, 06:08:55 am »
Ok that worked, but only in a small way.
Running 'df -m' now shows:
/dev/hda1   9   1   8   11%   /media/hdd1

In a fit of inspiration I ran fdisk and printed the partition table and got this:

/dev/hda1   1   292   147136+   83   Linux
/dev/hda2   293   371   39816   83   Linux
/dev/hda3   372   7936   3812760   83   Linux

I then duplicated the /dev/hda1 line in fstab and changed it to hda3 and /media/hdd.
Next I checked that /media/hdd existed; it did; and so I ran 'mount /media/hdd'.

Then I got the following error...
mount: Mounting /dev/hda3 on /media/hdd failed: Invalid argument

2
Angstrom & OpenZaurus / Missing Mount With Oz3.5.4-rc On An Sl-c3100?
« on: January 17, 2006, 05:31:43 pm »
Thanks for the reply lardman.
Output of mount as follows:

Code: [Select]
# mount
/dev/mtdblock2 on / type jffs2 (rw)
proc on /proc type proc (rw)
ramfs on /dev type ramfs (rw)
/dev/mtdblock3 on /home type jffs2 (rw,noat
tmpfs on /var type tmpfs (rw)
tmpfs on /media/ram type tmpfs (rw)
devpts on /dev/pts type devpts (rw)
usbfs on /proc/bus/usb type usbfs (rw)

3
Angstrom & OpenZaurus / Missing Mount With Oz3.5.4-rc On An Sl-c3100?
« on: January 17, 2006, 06:02:22 am »
Hi,
I followed the instructions on the OpenZaurus site to resize the hard drive for the 2.6 kernel and then completed what looked to a newb-eye to be a successful install, but, whilst searching for the source code to get linux.inf to get usb networking running, I noticed that I seem to be missing the majority of my hard drive:

Code: [Select]
# df -m
/dev/mtdblock2   32   26   6   81%   /
/dev/mtdblock3   89   21   68 23%   /home
tmpfs                  30   0    30  0%   /var
tmpfs                  30   0    30  0%   /media/ram

# cat /etc/fstab
/dev/mtdblock2   /
/dev/mtdblock3   /home
proc                   proc
/dev/hda1          /media/hdd1
tmpfs...
...
SD/MMC
...
USB Storage
...
CF Storage
...

any ideas? I am willing to concede that I may have done something wrong...

Pages: [1]