On Tue, 26 May 1998, Harry Tuttle wrote:

> Chris,
> 
>       Where do you find the options, ie. nonumtail, user, rw, exec, for the
> fstab file? I have looked in (man)fstab, mount, mfstab, etc, but have been
> unable to find anything. 
> 
>       What I am really interested in is the "nonumtail" meaning. I think I
> can figure out the user, read/write/exec, but could not find what the meaning
> is for that option, nonumtail.
> 
>       Let me know what it means or where I can find the meaning. Thanks in
> advance.
> 
> Harry Tuttle
> 
> 
> On Tue, May 26, 1998 at 09:56:22PM +0200, Chris Zander wrote:
> 
> > # <file system> <mount point> <type> <options> <dump> <pass>
> > 
> > /dev/hda5   /      ext2   defaults    0       1
> > /dev/hdb2   none   swap   sw          0       0
> > 
> > proc        /proc  proc   defaults    0       0
> > 
> > /dev/hda6   /usr   ext2   defaults    0       2
> > /dev/hdb1   /var   ext2   defaults    0       2
> > 
> > /dev/hda1   /win95     vfat   nonumtail,user,rw,exec
> > /dev/hda7   /cdimage   ext2   user,noauto
> > /dev/hda8   /winmedia  vfat   nonumtail,user,rw,exec
> > 
> > /dev/hdb3   /wingames  vfat   nonumtail,user,rw,exec
> > /dev/hdb4   /windata   vfat   nonumtail,user,rw,exec
> > 
> > /dev/hdc    /cdrom     iso9660  user,ro,nonumtail,noauto
> > /dev/sr0    /cdwriter  iso9660  user,ro,nonumtail,noauto
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
Harry,
If You do a man mount You will see all You want. Below the options for
vfat systems:
Mount options for vfat
       First of all, the mount options for  fat  are  recognized.
       Furthermore, there are
        
       uni_xlate
              Translate  unhandled  Unicode characters to special
              escaped  sequences.   This  lets  you  backup   and
              restore filenames that are created with any Unicode
              characters. Without this option, a '?' is used when
              no translation is possible. The escape character is
              ':' because it is otherwise  illegal  on  the  vfat
              filesystem.  The  escape  sequence  that gets used,
              where u is the unicode character,  is:  ':',  (u  &
              0x3f), ((u>>6) & 0x3f), (u>>12).
        
       posix  Allow  two  files  with  names  that only differ in
              case.
        
       nonumtail
              First try to make a  short  name  without  sequence
              number, before trying name~num.ext.
        

|----------------------------------------------------------------------------|
| Jean-Luc ANTHOINE             [EMAIL PROTECTED]            |
| I.U.T. de Belfort, Departement Informatique, BP 527, F-90016 BELFORT CEDEX |
|       Phone : (33) 03 84 58 77 76             Fax : (33) 03 84 58 77 81    |
|----------------------------------------------------------------------------|


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to