solaris服务器上iso文件怎么安装

我下载了一个oracle 8i的iso文件, 要在solaris 7上安装, 请问这个格式的文件应该怎么安装!solaris是已经安装好了的, 我是要在solaris上面安装iso文件, 查了一下, 可以用lofiadm去挂载iso文件, 但是我现在的solaris7上面没有lofiadm这个命令, 所以,我想问是不是所有的solaris上面都支持lofiadm, 还是在solaris7上面有其他方法去挂载iso类型的文件!
2026年09月25日 09:22
有2个网友回答
网友(1):

虚拟光驱装是肯定不行的……因为虚拟光驱运行的前提是XP正在运行……

至于你说从光驱启动还是引导到XP的问题,我没有遇到过,是不是你的BIOS设置完了忘了save了?

另外,如果你只是想体验Solaris的话,建议使用虚拟机安装。因为Solaris对于普通的PC机硬件支持不是很好,驱动不够多(当然你可以选择安装OpenSolaris,这个是Solaris下一代的社区版,驱动很多,装到普通PC机或者笔记本都能很好的运行。Solaris本身一般都是运行在服务器上的)

虚拟机的选择,可以使用业界大哥VMWare的,也可以选择Sun公司自家的VirtualBox。VirtualBox是免费且开源的,非常不错,而且也比较小巧。

网友(2):

lofiadm 在Solaris8及以上的系统才支持
请看下面我的机器
SunOS 5.8

login: root
Password:
Last login: Thu May 20 13:54:08 from 10.98.100.159
Sun Microsystems Inc. SunOS 5.8 Generic Patch December 2002
You have new mail.
#
# lofiadm
Block Device File
# man lofiadm
Reformatting page. Please Wait... done

Maintenance Commands lofiadm(1M)

NAME
lofiadm - administer files available as block devices
through lofi

SYNOPSIS
/usr/sbin/lofiadm -a file [ device ]

/usr/sbin/lofiadm -d file | device

/usr/sbin/lofiadm [ file | device ]

DESCRIPTION
lofiadm administers lofi(7D), the loopback file driver.
lofi(7D) allows a file to be associated with a block device.
That file can then be accessed through the block device.
This is useful when the file contains an image of some
filesystem (such as a floppy or CD-ROM image), because the
block device can then be used with the normal system utili-
ties for mounting, checking or repairing filesystems. See
fsck(1M) and mount(1M).

Use lofiadm to add a file as a loopback device, remove such
an association, or print information about the current asso-
ciations.

OPTIONS
The following options are supported:

-a file [device]
Add file as a block device.

If device is not specified, an available device is
picked.

If device is specified, lofiadm attempts to assign it
to file. device must be available or lofiadm will
fail. The ability to specify a device is provided for
use in scripts that wish to re-establish a particular
set of associations.

-d file | device
--More--(16%)
以下就不给你贴了,祝你好运...