OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: Snappy on June 27, 2006, 08:21:56 pm

Title: Can Someone Post Fstab From Cacko 1.23?
Post by: Snappy on June 27, 2006, 08:21:56 pm
Can someone post fstab from Cacko 1.23 please? I messed mine up.

I have an SD card formated as linux partn. Now I need to manually mount it each time I reboot.
Title: Can Someone Post Fstab From Cacko 1.23?
Post by: sidmoraes on June 27, 2006, 09:47:48 pm
Quote
Can someone post fstab from Cacko 1.23 please? I messed mine up.

I have an SD card formated as linux partn. Now I need to manually mount it each time I reboot.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133111\"][{POST_SNAPBACK}][/a][/div]

This is my fstab:
$ cat /etc/fstab
/dev/mtdblock2  /               jffs2   ro,noatime              1  1
/dev/mtdblock3  /home           jffs2   defaults,noatime        1  2
none            /dev/shm        tmpfs   size=5m,noauto          0  0
/dev/hda1       /mnt/cf         auto    noauto,owner            0  0
/dev/mmcda1     /mnt/card       auto    noauto,owner            0  0
none            /dev/pts        devpts  gid=5,mode=620          0  0
/dev/sda1       /mnt/usbstorage auto    noauto,owner,noatime,iocharset=utf8    0  0
/dev/sda2       /mnt/linuxusb   auto    noatime    0  0
$
Title: Can Someone Post Fstab From Cacko 1.23?
Post by: Snappy on June 28, 2006, 04:22:18 am
thanks sid!  trying out ... hopefully it works ...
Title: Can Someone Post Fstab From Cacko 1.23?
Post by: Snappy on June 28, 2006, 09:11:30 pm
hmmm ... didn do the trick ...

I wonder if its to do with sd_medla_ctrl that is mounting the sd card ... ideas?
Title: Can Someone Post Fstab From Cacko 1.23?
Post by: gerhart.steiner on June 29, 2006, 02:37:56 am
Quote
hmmm ... didn do the trick ...

I wonder if its to do with sd_medla_ctrl that is mounting the sd card ... ideas?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133246\"][{POST_SNAPBACK}][/a][/div]

/etc/rc.d/rc0.d/@K96sd does exist and is linked to /etc/rc.d/init.d/sd ?

...tschüß, Gerhart

PS:

or /etc/rc.d/rc5.d/@S04sd linked to /etc/rc.d/init.d/sd ?
Title: Can Someone Post Fstab From Cacko 1.23?
Post by: Snappy on June 29, 2006, 04:46:03 am
Quote
Quote
hmmm ... didn do the trick ...

I wonder if its to do with sd_medla_ctrl that is mounting the sd card ... ideas?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133246\"][{POST_SNAPBACK}][/a][/div]

/etc/rc.d/rc0.d/@K96sd does exist and is linked to /etc/rc.d/init.d/sd ?

...tschüß, Gerhart

PS:

or /etc/rc.d/rc5.d/@S04sd linked to /etc/rc.d/init.d/sd ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133258\"][{POST_SNAPBACK}][/a][/div]

Yeap ... they are they ... but its

/etc/rc.d/rc0.d/K96sd without the "@" linked to /etc/rc.d/init.d/sd
/etc/rc.d/rc5.d/S04sd without the "@" linked to /etc/rc.d/init.d/sd

My SD card is formatted with type 83 (linux) ... seen as ext2 from sysinfo. Ideas?
Title: Can Someone Post Fstab From Cacko 1.23?
Post by: sidmoraes on June 29, 2006, 02:56:33 pm
Quote
Quote
Quote
hmmm ... didn do the trick ...

I wonder if its to do with sd_medla_ctrl that is mounting the sd card ... ideas?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133246\"][{POST_SNAPBACK}][/a][/div]

/etc/rc.d/rc0.d/@K96sd does exist and is linked to /etc/rc.d/init.d/sd ?

...tschüß, Gerhart

PS:

or /etc/rc.d/rc5.d/@S04sd linked to /etc/rc.d/init.d/sd ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133258\"][{POST_SNAPBACK}][/a][/div]

Yeap ... they are they ... but its

/etc/rc.d/rc0.d/K96sd without the "@" linked to /etc/rc.d/init.d/sd
/etc/rc.d/rc5.d/S04sd without the "@" linked to /etc/rc.d/init.d/sd

My SD card is formatted with type 83 (linux) ... seen as ext2 from sysinfo. Ideas?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133274\"][{POST_SNAPBACK}][/a][/div]

Please,

Output of these commands, after card is inserted:
fdisk -l /dev/sda
dmesg | tail -50