On Tue, Oct 02, 2001 at 09:54:26PM +0200, Andreas wrote: | Hi! | | I have a real big problem: Yesterday I have edited my /etc/fstab and | since then, I cannot run commands from my /usr/ directory. | | Here is my /etc/fstab: | | # /dev/hdb2 /usr ext2 defaults,exec,user,noatime,sync 0 2 ^
| Has anybody suggestions what the problem is or what to do against it? Yep, uncomment the line in fstab so that mount will know about the partition. That little '#' symbol starts a comment (effectively non-existant text) that extends to the end of the line. -D