1 # SPDX-License-Identifier: GPL-2.0-only << 2 config VXFS_FS 1 config VXFS_FS 3 tristate "FreeVxFS file system support 2 tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)" 4 depends on BLOCK 3 depends on BLOCK 5 select BUFFER_HEAD << 6 help 4 help 7 FreeVxFS is a file system driver tha 5 FreeVxFS is a file system driver that support the VERITAS VxFS(TM) 8 file system format. VERITAS VxFS(TM 6 file system format. VERITAS VxFS(TM) is the standard file system 9 of SCO UnixWare (and possibly others 7 of SCO UnixWare (and possibly others) and optionally available 10 for Sunsoft Solaris, HP-UX and many 8 for Sunsoft Solaris, HP-UX and many other operating systems. However 11 these particular OS implementations 9 these particular OS implementations of vxfs may differ in on-disk 12 data endianness and/or superblock of !! 10 data endianess and/or superblock offset. The vxfs module has been 13 tested with SCO UnixWare and HP-UX B 11 tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.) 14 Currently only readonly access is su 12 Currently only readonly access is supported and VxFX versions 15 2, 3 and 4. Tests were performed wit 13 2, 3 and 4. Tests were performed with HP-UX VxFS version 3. 16 14 17 NOTE: the file system type as used b 15 NOTE: the file system type as used by mount(1), mount(2) and 18 fstab(5) is 'vxfs' as it describes t 16 fstab(5) is 'vxfs' as it describes the file system format, not 19 the actual driver. 17 the actual driver. 20 18 21 There is a userspace utility for HP- 19 There is a userspace utility for HP-UX logical volumes which makes 22 creating HP-UX logical volumes easy 20 creating HP-UX logical volumes easy from HP-UX disk block device file 23 or regular file with image of the di 21 or regular file with image of the disk. See: 24 https://sourceforge.net/proje 22 https://sourceforge.net/projects/linux-vxfs/ 25 23 26 To compile this as a module, choose 24 To compile this as a module, choose M here: the module will be 27 called freevxfs. If unsure, say N. 25 called freevxfs. If unsure, say N.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.