歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Unix知識 >> BSD

Freebsd 下 mount 一個 iso 文件的方法


mdconfig -a -t vnode -f abc.iso -u 1
mount_cd9660 /dev/md1 /cdrom

如果想直接用-o loop , 但內核不支持的話,要在 kernel config 加入

pseudo-device vn #Vnode driver (turns a file into a device)
然後重新編譯內核,就可以用:

# mount -o loop xxx.iso /mnt
Copyright © Linux教程網 All Rights Reserved