>
> Hello Juan, Albertor and folks!
> I have just maked a floppy disk with muLinux, I booted it be successful.
> But I mounted hard disk then got a error:
>
> #mount -t ufs /dev/hda1 /mnt
> mount: fs type ufs not supported by kernel
> #mount -t auto /dev/hda1 /mnt
> mount: /dev/hda1 is not a valid block device
>
> But if:
>
> '#mount -t auto /dev/sda1 /mnt'
>
> then showed results (my the hard disk is SCSI):
> '[MS-DOS FS Rel.12, FAT 12, check=n, conv=b, uid=0, gid=0, umask=022, bmap]
> [me=Oxef, cs=0...]
> Transaction block size=512
> VFS: Can't find a valid MSDOS filesystem on dev 08:01
> UMSDOS Beta 0.6 (Compatibility level 0.4, fast msdos)
> ...
> '
>
> I don't understand what to do. Did mulinux not support ufs filesystem?
> My network have 3 machines installed Solaris 2.5.1, How to mount from another
> machine.
>
> Thanks very much for help to me!
> HienHD
>
>
So your hard disk is scsi. I haven't used scsi much but on IDE drives
there is a jumper on the hard disk that makes the hard disk be mounted as
a slave so you would simply open your machine and connect the second one
onto the same cable thus when you boot it would be a slave. then from
there you would mount it with mount -t ufs /dev/sdb /mnt then cd to /mnt
and make your changes probably copy the shadow file from the other solaris
machine to this other hard disk.
Noah
[EMAIL PROTECTED]