Re: Mounting USB devices
This is the output of my /etc/fstab file. When booting, I noticed that
the screen said I had an error on line 15 (which is the line I just
added for the camera). Can you see what might be wrong? What is the
correct way to edit this file? I have noticed, based on line length
that columns don't line up as expected. I have been making my edits
with Kate or KWord.
Thanks.
# /etc/fstab: static file system information.
#
# <device> <mount point> <type> <options> <dump>
<pass>
/dev/hde5 / reiserfs defaults 0
1
/dev/hde8 /home reiserfs defaults 0
2
/dev/hde7 /usr reiserfs defaults 0
2
/dev/hde1 /windows vfat
defaults,gid=windows,unmask=002 0 0
/dev/hde6 none swap sw 0
0
proc /proc proc defaults 0
0
/dev/fd0 /floppy auto defaults,user,noauto 0
0
/dev/scd1 /cdrom iso9660 defaults,user,noauto,ro 0
0
/dev/scd0 /cdrom1 iso9660 defaults,user,noauto,ro 0
0
/dev/4 /zip auto adminmenu,defaults,user,noauto 0
0
/dev/sda4 /zip2 auto adminmenu,defaults,user,noauto 0
0
/dev/camera /mnt/camera vfat user,no auto 0
0
On Sat, 2003-01-11 at 19:21, Tom Hoover wrote:
> On Sat, Jan 11, 2003 at 06:26:32PM -0500, Trey Sizemore wrote:
> > One more dumb question...how do I know my user ID?
>
> grep trey /etc/passwd
>
Reply to: