Hi, I'm a musician who wants to learn c++ just as a side hobby. I am new to linux and don't know a whole lot. I am not illeterate when it comes to computers however. anyways, I want to get the devimg working. i have a 5500sl w/a 256 sandisk SD card. I have the image and the script on /mnt/card and also created /mnt/dev for my final destination. Here is what I typed....
# image_setup.sh /mnt/card/dev_img-1.5 /mnt/dev
Setting mount point /mnt/dev...
Mounting image /mnt/card/dev_img-1.5...
Can't find /home/system/var/mnt/dev in /etc/fstab
Failed to mount image /mnt/card/dev_img-1.5 on /mnt/dev
I also nano'd fstab and this is whats inside, don't really know what any of it means...
/dev/mtdblock0 / cramfs ro 1 1
/dev/ram1 /dev minix defaults 1 2
/dev/mtdblock1 /home ext2 defaults 1 2
/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
/mnt/card/dev_img-1.5 /mnt/dev/ cramfs loop,noauto 0 0
I can see that on the last line is where the script added what I typed. I am really confused here. I am a linux noob and a programming noob so this is just way over my head. I have however searched the forums and google quite extensively so I come to you defeated, not just looking for a quick ansewr. Thank you for your help.
James