OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: gab74 on February 21, 2006, 03:02:39 pm

Title: C3100 And Debian (automonting Hdd3)
Post by: gab74 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 (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
Title: C3100 And Debian (automonting Hdd3)
Post by: bam 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
Title: C3100 And Debian (automonting Hdd3)
Post by: gab74 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....
Title: C3100 And Debian (automonting Hdd3)
Post by: bam on February 23, 2006, 03:49:36 pm
hmmm, this one is beyond me, perhaps Maslovsky can shed some light.
Title: C3100 And Debian (automonting Hdd3)
Post by: gab74 on February 24, 2006, 11:21:21 am
i try to run
/sbin/hddmount and the partitions are mounted....