On 6/8/2011 10:28 AM, Steve Flynn wrote: > if you want to edit the fstab file, you're going to have to open it in > an editor, rather than trying to execute it. > > for example: > sudo vi /etc/fstab You don't /have/ to use a text editor. You can echo into it: example: sudo echo "This" >> /etc/fstab