mount UFS under linux
962822Sep 18 2012 — edited Oct 7 2012Hi
I have a disk formated by solaris(sparc),but the host is crashed,the only chose for me is mount the disk under linux system(RHEL5.6).
I have Upgraded the kernel,so Linux can recognize UFS.
But when I try to mount the UFS disk with command :
*[root@sgfsd055 log]# mount -t ufs -o ufstype=sun,ro /dev/sdc3 /mnt/*
I got :
mount: wrong fs type, bad option, bad superblock on /dev/sdc3,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
When I cat /var/log/messages:
Sep 18 21:17:14 sgfsd055 kernel: UFSD (fs/ufs/super.c, 645): ufs_fill_super:ENTER
Sep 18 21:17:14 sgfsd055 kernel: UFSD (fs/ufs/super.c, 652): ufs_fill_super:flag 1
Sep 18 21:17:14 sgfsd055 kernel: UFSD (fs/ufs/super.c, 336): ufs_parse_options:ENTER
Sep 18 21:17:14 sgfsd055 kernel: UFSD (fs/ufs/super.c, 713): ufs_fill_super:ufstype=sun
Sep 18 21:17:14 sgfsd055 kernel: ufs_read_super: fragment size 8192 is too large
Sep 18 21:17:14 sgfsd055 kernel: UFSD (fs/ufs/super.c, 1102): ufs_fill_super:EXIT (FAILED)
Any help please?