readme

来自「这是Linux系统下的对UDF文件系统新增的功能」· 代码 · 共 53 行

TXT
53
字号
/* ------------------------------------------------------------------ * Linux(r) UDF Filesystem Driver * Version: 0.9.6 * --------------------------------------------------------------- */REQUIRED:	Linux version 2.2.0 or higher	COMPILING:	type: "make udf.o"INSTALLING:	type: "make install"KERNEL PATCH:	type: "make patch"TESTING:	type "depmod -a"	type "modprobe udf", 	then "mount -t udf /dev/scd0 /mnt"		(assuming /dev/scd0 is your scsi cdrom)    or         "mount -t udf -o loop image /mnt"		(Substitute "scd0", "image",  and "/mnt" as appropriate for your system)If you want to help out, subscribe to the linux_udf mailing list below.OSTA-UDF    Optical Storage Technology Association Universal Disk FormatThe Linux UDF development team mail list is:    linux_udf@hpesjro.fc.hp.comSubscribe to the mailing list by sending a message to:    majordomo@hpesjro.fc.hp.comwith a body of:    subscribe linux_udfUDF developers should subscribe to additional lists:    cd.dvd@list.osta.org    udf@list.osta.orgSubscribe to the mailing lists by sending a message to:    requests@list.osta.orgwith a body of:    subscribe cd.dvd    subscribe udfDocumentation on UDF and ECMA 167 is available FREE from:    http://www.osta.org/    http://www.ecma.ch/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?