On Mon, Apr 17, 2017 at 8:54 PM, Evgeniy Sudyr <eject.in...@gmail.com>
wrote:

> Yes, sorry my bad
> # dd if=/dev/rsd1a of=/dev/null bs=1m count=1000
> 1000+0 records in
> 1000+0 records out
> 1048576000 bytes transferred in 6.088 secs (172228383 bytes/sec)
>
> Unfortunately this not solves mount problem.
>
> Also tried mount to other mount point:
>
> # mount
> /dev/sd0a on / type ffs (local)
> /dev/sd1a on /tmp/1 type ffs (local)
>
> # ls -lah /tmp/1
> ls: /tmp/1: Input/output error
>
> --
> Evgeniy
>
>
>
> --
> --
> With regards,
> Eugene Sudyr
>


The disklabel on the drive doesn't seem right to me:

># disklabel sd1
...
>16 partitions:
>#                size           offset  fstype [fsize bsize   cpg]
>  a:       3435978752                0  4.2BSD   8192 65536     1 # /open
>  c:       3435978752                0  unused


The offset for both a and c is 0.

I would try re-initialising the drive with fdisk and creating a new
disklabel.

Reply via email to