I read this post earlier, saw you mention recursive.. I was thinking.. what the heck could he mean?!
Anyhow, now we're on the same page...
I have never heard of the mount command being able to add an entry to the fstab, nor does my manpage tell me of such.
I'll tell you what, I'll just teach you so you can do this on any linux based system the manual way.
1. Login as root by running from a terminal [b]su[/a] followed by typing the root password.
2. Open the file /etc/fstab in your favorite text editor.
3. On a new line at the bottom of the file, add the line
Code:
/dev/sda1 /mnt/C ntfs users,owner,ro,umask=000 0 0
4. Save and quit the file /etc/fstab
5. Then run mount -a and the NTFS partition will be mounted. It will also be mounted automatically after reboot so that you do not have to do anything after you reboot.
6. Double check the setup by rebooting. Does it work? If so, be sure to give me a hollar so I know it worked.
regards,