LinuxSir.cn,穿越时空的Linuxsir!

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

linux下如何挂在solaris10的分区阿?

[复制链接]
发表于 2005-7-13 22:35:28 | 显示全部楼层 |阅读模式
linux下如何挂在solaris10的分区阿?
命令如何写?
fstab如何写?

多谢


  1. [root@localhost ~]# mount -t ufs -o ufstype=sunx86 /dev/hdb2 /mnt/temp/
  2. mount: wrong fs type, bad option, bad superblock on /dev/hdb2,
  3.        missing codepage or other error
  4.        In some cases useful info is found in syslog - try
  5.        dmesg | tail  or so
复制代码
 楼主| 发表于 2005-7-14 12:49:50 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-7-14 12:50:39 | 显示全部楼层

  1. localhost:~# fdisk -l /dev/hdb

  2. Disk /dev/hdb: 60.0 GB, 60022480896 bytes
  3. 255 heads, 63 sectors/track, 7297 cylinders
  4. Units = cylinders of 16065 * 512 = 8225280 bytes

  5.    Device Boot      Start         End      Blocks   Id  System
  6. /dev/hdb1            2042        7297    42218820    f  W95 Ext'd (LBA)
  7. /dev/hdb2   *           1        2041    16393104   bf  Solaris
  8. /dev/hdb5            2042        4032    15992676    b  W95 FAT32
  9. /dev/hdb6            4033        6347    18595206    7  HPFS/NTFS
  10. /dev/hdb7            6348        7297     7630843+   7  HPFS/NTFS
  11. localhost:~# dmesg |grep solaris
  12. p2: <solaris: [s0] p8 [s1] p9 [s2] p10 [s7] p11 >
  13. localhost:~# mount -r -t ufs -o ufstype=sunx86 /dev/hdb8 /mnt/solaris/
复制代码


fstab
  1. /dev/hda13      /mnt/solaris    ufs    defaults,ro,ufstype=sunx86   0       0
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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