📄 readme.sun-lofi
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -