OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 6000 - Tosa => Topic started by: MSC_Geek on December 20, 2004, 06:02:09 pm

Title: Fstab
Post by: MSC_Geek on December 20, 2004, 06:02:09 pm
Hey fellow 6000 owners,
     In a fit of bloody brilliance I was editing the fstab on the Z and accidentally deleted a line.  To make matters worse, I didn't realize I had deleted said line until after I hit the old :wq .  So, I have no idea which line I deleted, but I think it was important, as I get all kinds of weird errors during boot up.  With that prologue, I beg and plead each of you to take a look at my fstab (below) and tell me which line I killed.  (Please don't get all slashdot on me and just tell me line #6 and leave it at that).  If someone with a virgin fstab wouldn't mind posting their complete and untouched version, it might be good to make a sticky, incase I am not the only idiot out there.

/dev/mtdblock2      /               jffs2    ro,noatime     1 1
/dev/mtdblock3      /home       jffs2    defaults,noatime     1 2
none                     /dev/shm   tmpfs   size=1m,noauto     0 0
none                     /dev/pts     devpts  gid=5,mode=620   0 0



Just when you thought you made it idiot proof, they went out and made a better idiot.
Title: Fstab
Post by: saakmotu on December 20, 2004, 07:02:28 pm
/dev/mtdblock2 /               jffs2   ro,noatime      1  1
/dev/mtdblock3  /home           jffs2   defaults,noatime        1  2
none            /dev/shm        tmpfs   size=1m,noauto  0  0
/dev/mmcda1     /mnt/card       auto    noauto  0  0
/dev/sda1       /mnt/usb        auto    noauto,user     0  0
none            /dev/pts        devpts  gid=5,mode=620  0  0


note: I have both an SD and (1) CF card mounted

looks like you deleted line #6
Title: Fstab
Post by: Tehas on December 20, 2004, 10:32:57 pm
I made a backup copy of my fstab before tweaking it to mount SD as ext2.  Here's my backup.
Code: [Select]
/dev/mtdblock2  /               jffs2   ro,noatime      1  1        
/dev/mtdblock3  /home           jffs2   defaults,noatime        1  2
none            /dev/shm        tmpfs   size=1m,noauto  0  0        
/dev/mmcda1     /mnt/card       auto    noauto,owner    0  0        
none            /dev/pts        devpts  gid=5,mode=620  0  0