logo

Navigation:First_Community->Computer->Linux Goto:New TopicSettingSearch
Linux中有没有支援 Solairs x86 的档案系统?有的话要如何mount?
Posted by: imac Date: March 29, 2008 02:49AM
 Linux 目前支援的档案系统也包含了Solaris x86的ufs (UNIX 

CopyRight owned by the original author.--(www.MegaEntry.com)

filesystem),其中包括了下面种类的 UFS:   型式名称  说明   ==== =================   44bsd      FreeBSD, NetBSD, OpenBSD 所用的 ufs   sun       SunOS (Solaris) 上的 ufs (非 x86)   sunx86    SunOS (Solarisx86) 上的 ufs (x86 的)

CopyRight owned by the original author.--(www.MegaEntry.com)

  nextstep  NextStep 用的 ufs (仅支援唯读)   openstep    OpenStep 上的 ufs (唯读)  挂载的方式如下:  mount -t ufs -o ufstype=type_of_ufs device dir

MegaEntry - Social networking and discussion site!

 其中的  "type_of_ufs " 则为上述的 UFS 型式名称。例如,假如要挂 载 Solaris x86 的档案系统,可以执行下列这样的指令:  mount -t ufs -o ufstype=sunx86 device dir

CopyRight owned by the original author.--(www.MegaEntry.com)



Reply To This Message
Subject: 

Copyright 2005-2006 megaentry,All Rights Reserved
IE 6.0 or above is perfect