Hi guys,
I've successfully installed TCL 2.x on Virtualbox (under Linux Ubuntu).
Everything is working very fine.
To add more space to my TCL guest box, I added a new "Virtual hard drive" of 4GB with the help of "Virtual Media Manager".
After rebooting my TCL, I created a new big primary partition (on /dev/sdb1), and format it with "mkfs.ext3". Everything's ok.
Then, I called "rebuildfstab" (I'm not sure if it's right to call this command) which changed the content "/etc/fstab" to reflect
the new partition. Then, a final reboot.
What's strange now is that "mount | grep sdb1" shows nothing. The new partition isn't mounted on boot.
Trying to change mount options in "/etc/fstab" is useless as TCL overwrite it after each reboot.
How can I fix that please?
Zab