[NTLUG:Discuss] Saving files to disc

Kyle_Davenport@compusa.com Kyle_Davenport at compusa.com
Fri Nov 5 17:03:21 CST 1999



I have these lines in /etc/fstab depending on which filesystem I want:
/dev/fd0                /mnt/floppy             ext2    noauto,user          0 0
/dev/fd0                /a                      msdos   noauto,user     0 0

I do "mount /a" for a dos diskette or "mount /floppy" for an ext2 diskette.
You need rw perm's to the mount point
"mount /dev/fd0 /mnt" will autodetect the filesystem type.
Having the mount point under /mnt allows you to use the auto-mounter
(windows-like behavior if not cached).
Regardless of filesystem type, all file commands (ls, rm, cp, mv) will work.





Bug Hunter <bughuntr at one.ctelcom.net> on 11/05/99 04:23:15 PM

Please respond to discuss at ntlug.org

To:   NTLUG <discuss at ntlug.org>
cc:    (bcc: Kyle Davenport/Is/Corporate/CompUSA)
Subject:  Re: [NTLUG:Discuss] Saving files to disc




  in /etc/fstab, add user to the permissions.  (man fstab)

  or use mtools  (man mtools)

  mdir a:

  mcopy filename.xls a:

bug

On Fri, 5 Nov 1999, Charles Dorband wrote:

> I tried saving my Star Office spreadsheet to disk, but I could not
> access my floppy drive from my /home/user account... had no problem
> under /root, though.
>
> I am running Enlightenment under Gnome with RH6. Can anyone explain how
> to set floppy write permissions?
>
> Thanks
>
>
> _______________________________________________
> http://ntlug.org/mailman/listinfo/discuss
>


_______________________________________________
http://ntlug.org/mailman/listinfo/discuss










More information about the Discuss mailing list