readme.sun-lofi

来自「创建一个符合iso-9660标准的iso文件系统」· SUN-LOFI 代码 · 共 21 行

SUN-LOFI
21
字号
Starting with Solaris 8 (2000), Sun introduced a lofi driver which isvery similar to my fbk driver from 1988.The lofiadm command seems to implement the basic idea of my fbkset program.# lofiadm -a /var/tmp/image.iso/dev/lofi/1# mount -F hsfs -o ro /dev/lofi/1 /mnt# ls /mntetc.To remove this, you need to:# umount /mnt# lofiadm -d /dev/lofi/1The /dev/lofi/.. string may change depending on how many other loopbackdevices you have configured.It is explained quite clearly in the man page, but you may wish to updatethe README and cdrecord man page to reflect the new way of doing this.

⌨️ 快捷键说明

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