OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [Documentation/] [filesystems/] [isofs.txt] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1625 jcastillo
Mount options that are the same as for msdos partitions.
2
 
3
  uid=nnn       All files in the partition will be owned by user id nnn.
4
  gid=nnn       All files in the partition will be in group nnn.
5
  umask=nnn     The permission mask (see umask(1)) for the partition.
6
  conv=binary   Data is returned exactly as is, with CRLF's.  [default]
7
  conv=text     (Carriage return, line feed) is replaced with newline.
8
  conv=mtext    (Carriage return, line feed) is returned as is (?).
9
  conv=auto     Chooses, file by file, conv=binary or conv=text (by guessing)
10
 
11
Mount options that are the same as vfat partitions. These are only useful
12
when using discs encoded using Microsoft's Joliet extensions.
13
  iocharset=name Character set to use for converting from Unicode to
14
                ASCII.  Joliet filenames are stored in Unicode format, but
15
                Unix for the most part doesn't know how to deal with Unicode.
16
                There is also an option of doing UTF8 translations with the
17
                utf8 option.
18
  utf8          Encode Unicode names in UTF8 format. Default is no.
19
 
20
Mount options that are unique to the isofs filesystem.
21
  nojoliet      Ignore Joliet extensions if they are present.
22
  norock        Ignore rockridge extensions if they are present.
23
  unhide        Show hidden files (?).
24
  cruft         Handle badly formatted CDs (?)
25
  map=off       Do not map non-rockridge filenames to lowercase
26
  map=normal    Map rockridge filenames to lowercase
27
  check=relaxed
28
  check=strict
29
  block=512     Set the block size for the disk to 512 bytes
30
  block=1024    Set the block size for the disk to 1024 bytes
31
  block=2048    Set the block size for the disk to 2048 bytes

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.