Re: Partition Input/output error

2017-04-17 Thread Sterling Archer
On Mon, Apr 17, 2017 at 8:54 PM, Evgeniy Sudyr 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

Re: Partition Input/output error

2017-04-17 Thread Evgeniy Sudyr
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) /de

Re: Partition Input/output error

2017-04-17 Thread Sterling Archer
On Mon, Apr 17, 2017 at 4:22 PM, Evgeniy Sudyr wrote: snip # dd if=/dev/sd1a of=/dev/null bs=1m > dd: /dev/sd1a: Input/output error > 0+0 records in > 0+0 records out > 0 bytes transferred in 0.012 secs (0 bytes/sec) > > Use /dev/rsd1a

Partition Input/output error

2017-04-17 Thread Evgeniy Sudyr
I have OpenBSD 6.1 DomU installed on Debian Dom0 host. Today I found issue with one of partitions (where mirror files were). It says Input/output error when I'm trying access it after mount. However fsck does not complain: # fsck_ffs -f /dev/sd1a ** /dev/rsd1a ** File system is already clean **