📄 ext2srv.man
字号:
.TH EXT2SRV 4.SH NAMEext2srv \- ext2 file system.SH SYNOPSIS.B ext2srv[.B -vrs] [.B -f.I file] [.B -p.I passwd] [.B -g.I group] [.I service].SH DESCRIPTION.I Ext2srvis a file server that interprets the Linux Second Extended File System.A single instance of.I ext2srvcan provide access to multiple ext2 partitions simultaneously..PP.I Ext2srvposts a file descriptor named.I service(default.BR ext2 )in the.B /srvdirectory.To access an ext2 file system on a device, use.B mountwith the.I specargument(see.IR bind (1))the name of the file holding the raw ext2 file system, typically the disk or partition.If.I specis undefined in the.BR mount ,.I ext2srvwill use.I fileas the default name for the device holding the file system..PPNormally.I ext2srvcreates a pipe to act as the communications channel betweenitself and its clients.The.B -sflag instructs.I ext2srvto use its standard input and output instead.This flag also prevents the creation of an explicit service file in.BR /srv ..PPThe.B -vflag causes verbose output for debugging, whilethe.B -rflag (recommended) makes the file system read-only.The optional.B -pand.B -gflags specify Unix-format password (respectively group) filesthat give the mapping between the numeric user- and group-IDnumbers in the ext2 file system and the strings reported by Plan 9 statusinquiries..PPThere is no authentication or permission checking.Anyone who can access the ext2 file system will have full accessto all its files, including write access if.I ext2srvis not started with the.B -rflag, irrespective of file ownership and permission flags..PPSome file system state is cached in memory, and maybe flushed only when the file system is unmounted.Therefore if.I ext2srvis stopped or the machine is rebooted while an ext2 file systemis still mounted,the superblock on the device will have been marked `not valid'(unless the.B -rflag was used),and a.I fsckwill be required before that file system may be mounted again..SH BUGSThere is no authentication or permission checking.The implementation has not tracked any changes to the ext2specification since it was written.There may be other bugs.It is advisable to use.I ext2srvin read-only mode whenever possible..SH AUTHORBodet Laurent (bl@mime.univ-paris8.fr),with later updates by Russ Cox and Richard Miller.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -