Author Topic: C3100 And Debian (automonting Hdd3)  (Read 2924 times)

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
C3100 And Debian (automonting Hdd3)
« on: February 21, 2006, 03:02:39 pm »
i've installed debian on my c3100 internal drive hdd3, now with ext3 filesys according to infos on http://www.eleves.ens.fr/home/leurent/zaurus.html

The only strange thing is that during the boot seems that hdd3 is mounted but when i'm into qtopia the hdd3 is not mounted and i've to mount it by hand

Any helps on automounting hdd3 during boot ?
I've simply hacked rc.rofilesys and simply changed all the lines reguarding VFAT

Code: [Select]
#mount -t vfat -o noatime,quiet,umask=000,iocharset=utf8 /dev/${IDE1}3 /hdd3

+ mount -t $LINUXFMT -o noatime /dev/${IDE1}3 /hdd3

I'm using last cacko 1.23
« Last Edit: February 21, 2006, 03:03:23 pm by gab74 »
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
C3100 And Debian (automonting Hdd3)
« Reply #1 on: February 21, 2006, 03:43:08 pm »
the mounting is done via a script, /sbin/hddmount. I have also noted this on my site as well
« Last Edit: February 21, 2006, 03:43:31 pm by bam »
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
C3100 And Debian (automonting Hdd3)
« Reply #2 on: February 23, 2006, 02:44:35 pm »
thanks bam, i've modified the script, /sbin/hddmount by changing the mount command for hdd3 ( now ext3) all runs well on qtopia all the 3 partitions are mounted ( during boot i can see moun hdc1 hdc2 hdc3) i noticed only a strange message during boot

i see

waiting  /hdd3/debroot to be mounted
can't cd to /hdd3/debroot

if i boot in console mode the internal hard disk is not mounted, and if i try to
mount -t auto /dev/hdc3 /hdd3
i receive a

modprobe: modprobe: Can't locate module block-major-22
Mounting /dev/hdc3 on /hdd3 failed: No such device or address

any helps....
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
C3100 And Debian (automonting Hdd3)
« Reply #3 on: February 23, 2006, 03:49:36 pm »
hmmm, this one is beyond me, perhaps Maslovsky can shed some light.
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
C3100 And Debian (automonting Hdd3)
« Reply #4 on: February 24, 2006, 11:21:21 am »
i try to run
/sbin/hddmount and the partitions are mounted....
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307