According to J. D. Kent: While burning my CPU.
> 
> I apologize for asking this question again. I know I have seen the
> answer a couple of times, but can't seem to find it.
> I have a standalone system using slackware 3.1 for learning with. since
> I am the only user, I want to be able to mount a floppy with my user
> account without having to log in as root all the time.
> Maybe I'm just missing it, but can you tell me where to find the logs
> for this list?

edit /etc/fstab

/dev/fd0     /floppy     vfat   noauto,user   0 0

The above means mount /dev/fd0 (drive A:) into the directory /floppy assign
the vfat filesystem type, do not mount it at boot time, allow users to
mount.

With the above one would issue commands like;

mount /floppy
mount /dev/fd0

As far as i know the program /bin/mount is installed with permissions for
users in all distro's. I imagen thats why its in /bin and not /sbin.


man mount    has examples for all filesystems.
man fstab    explains the rest.

> 
> Thanks,
> 
> Dave 
> -- 
> ====================================================
>       J. David Kent


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to