LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1372|回复: 6

centos 下如何挂载第二块硬盘的freebsd分区(UFS)

[复制链接]
发表于 2011-3-10 15:06:08 | 显示全部楼层 |阅读模式
centos 下如何挂载第二块硬盘的freebsd分区(UFS)
现在服务器用的是freebsd7.2 由于一些问题得重装linux

准备用一块新硬盘装centos5.5 然后把原fb的硬盘联上。把FB下的数据CP到linux下。。。
请问要怎么挂载。。偶是新手。
发表于 2011-3-10 17:55:05 | 显示全部楼层
mount 加 -t参数不行么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-10 18:37:32 | 显示全部楼层
我没用过。正准备装一下试试。linux下难道能直接加载ufs分区
回复 支持 反对

使用道具 举报

发表于 2011-3-11 01:12:42 | 显示全部楼层
linux支持的文件系统类型不要太多哦
Mount options for ufs
       ufstype=value
              UFS  is  a filesystem widely used in different operating systems.  The problem are differences among implementations. Features of some implementa‐
              tions are undocumented, so its hard to recognize the type of ufs automatically.  That's why the user must specify the type of ufs by mount option.
              Possible values are:

              old    Old format of ufs, this is the default, read only.  (Don't forget to give the -r option.)

              44bsd  For filesystems created by a BSD-like system (NetBSD,FreeBSD,OpenBSD).

              sun    For filesystems created by SunOS or Solaris on Sparc.

              sunx86 For filesystems created by Solaris on x86.

              hp     For filesystems created by HP-UX, read-only.

              nextstep
                     For filesystems created by NeXTStep (on NeXT station) (currently read only).

              nextstep-cd
                     For NextStep CDROMs (block_size == 2048), read-only.

              openstep
                     For filesystems created by OpenStep (currently read only).  The same filesystem type is also used by Mac OS X.

       onerror=value
              Set behaviour on error:

              panic  If an error is encountered, cause a kernel panic.

              [lock|umount|repair]
                     These mount options don't do anything at present; when an error is encountered only a console message is printed.
回复 支持 反对

使用道具 举报

发表于 2011-3-11 01:22:56 | 显示全部楼层
1. 装上模块
2. mount
3. 只读
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-11 08:13:08 | 显示全部楼层
只读就够了,只是把数据CP过来。楼上哥们。装上模块是啥意。
回复 支持 反对

使用道具 举报

发表于 2011-3-13 01:04:43 | 显示全部楼层
有的发行版的kernel默认没加载ufs或ufs2的模块的,需要自己编译模块和加载,确认有模块后执行:
mount -t ufs -o ufstype=44bsd /dev/sdxn /挂载点

mount -t ufs -o ufstype=ufs2 /dev/sdxn /挂载点
即可。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表