os 发帖数: 81 | 1 1. [challenge] Running real mode code in Linux kernel, without vm86 mode
2. [challenge] Identifying VMWare using vmware_tools
3. [challenge] Hide file in JFS, XFS, ReiserFS, UFS
网址:
http://bbs.islab.org/forumdisplay.php?f=33 |
|
s**n 发帖数: 449 | 2 is it possible to mount another domain's UFS to local disk? that domain use
NIS+. and my workstation does not.
in fact i can mount it as read only, so my question is whether it is possible
to make it read/ writable? the problem is two sides have totally different
user/passwd.
thanks in advance for any advice. |
|
t*******g 发帖数: 89 | 3 No problem.
If swap is mounted to /tmp, the usage of /tmp is %1 is because in
ufs, inode consumes that space (partition size/4096*128).
You may use swap -l check your swap size. |
|
l****n 发帖数: 12 | 4 一台Sun Ultra 10 机,在装Solaris 7.0 for SPARC平台版本过程中
出错,
没法装上操作系统,出错信息如下:
控制台上出现的信息如下:
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
Uncorrectable Error:Block 167cbe
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
disk not responding to selection
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
offline
dad0:disk okay
创建UFS文件系统后,
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
Uncorrectable Error:Block 167cbe
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
disk not |
|
l****n 发帖数: 12 | 5 When I install Solaris 7.0 for SPARC in Sun Ultra 10 ,
Solaris install console display:
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
Uncorrectable Error:Block 167cbe
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
disk not responding to selection
Warning:/pci@1f,0/pci@1,1/ide@3/dad@0,0(dad0):
offline
dad0:disk okay
.
.
.
creating and checking UFS file systems,
--creating / (c0t0d0s0)
--creating /opt (c0t0d0s2)
.
.
--creating |
|
o*********l 发帖数: 17 | 6 首先运行diskconfig查看你的光驱设备,然后用mount命令安装光盘。
比方说,你查到的光驱设备为/dev/rrz8,准备安装到/cdrom目录,则:
mount -r /dev/rrz8 /cdrom(UFS格式光盘,通常操作系统盘的格式)
mount -t cdfs -o noversion /dev/rrz8 /drom(ISO-9660格式或HSG格式) |
|
m*****e 发帖数: 4193 | 7
yes.
yes.
You can remove /home1 from vfstab and mount it on /usr/local.
If you want to keep existing partitions as-is, you will have to repartition.
in your /etc/vfstab:
/dev/dsk/c0t1d0s7 /dev/rdsk/c0t1d0s7 /usr/local ufs 1 yes - |
|
b****d 发帖数: 114 | 8
Use the Software Install CD 1 to boot your PC and install it.
because the CD includes an ISO-9660 and a UFS slice. |
|
s***g 发帖数: 6 | 9 按这个做了, 结果起不来了. 屏幕显示:
Boot device: disk
SunOS release 5.6 blah blah
host name: blah
The system is coming up, please wait.
Checking ufs file systems
/dev/blahblah is clean
/dev/blahlbah is clean
add net default: gateway xx.xx.xx.xx: network is unreachable
NIS domainname is database
starting rpc services: blah blah done
Setting default interface for multicast:
然后就再也不动了. 怎么办? 完蛋了. |
|
d****t 发帖数: 26 | 10 Scott Long has officially announced the availability of FreeBSD 5.0 release.
Improvements include second generation UFS filesystem, GEOM, the extensible
and flexible storage framework, DEVFS, the device virtual filesystem,
Bluetooth, ACPI, CardBus, IEEE 1394 and many more! FreeBSD is also available
on 64-bit sparc64 and ia64 platforms. |
|
o**v 发帖数: 1662 | 11 记忆中有一次掉电,里面的东西就完蛋了.不知道现在的稳定性如何呢? |
|
x*********g 发帖数: 11508 | 12 正在折腾我的机器,想要装三种操作系统,分区的时候,
40G硬盘,考虑分4个区, 各10G:
EXT3 for suse linux 9,
NTFS for winxp,
UFS for solaris10 x86
现在的问题是第四个区,想要专门放自己的文件和数据,可是用哪种文件系统才能够使三
个操作系统都看得到呢?要是都能写,就最理想了。不能写,能读也行啊?
大虾们推荐一个吧?bow |
|
x*********g 发帖数: 11508 | 13 我这个分区一共才10GB.
4GB的文件大小限制对我来说,足够大了。前面主要是担心iso9660的文件系统不能够有10
GB, 不是单个的文件。
我现在决定选:
FAT32 for Data,
ReiseFS for Linux,
UFS for Solaris,
NTFS for windows.
谢谢各位的建议。
?这
都能 |
|
x*********g 发帖数: 11508 | 14 差点忘了, 我是先用knoppix缩小了windowsXP分区, 腾了空间给Solaris的. Solaris 自
己会设置需要的文件系统UFS. 缺省会有三个分区 /, swap, /export/home
是
装
中
件
能 |
|