On Tue, 15 Nov 2005, Ulf Kieber wrote: > Re, > > on a 6.0-RELEASE I receive the following error since I tried restoring > a large dump > > Nov 14 12:30:11 nexus kernel: g_vfs_done():da1s1d.bde[WRITE(offset=72350695424, length=131072)]error = 1 > > Besides that, no other errors are logged, especially no SCSI errors. > The problem persists even after the restore has completed. errno 1 is EPERM ("Operation not permitted") and is generally returned if you attempt to write somewhere you're not allowed to. Considering the offset is near the end of the disk, GBDE may be trying to prevent you from overwriting metadata blocks at the end of the partition. How or why restore(8) would be writing there I'm not sure. A SCSI error would return as errno 5 (EIO, "Input/output error"). -- Doug White | FreeBSD: The Power to Serve dwhite_at_gumbysoft.com | www.FreeBSD.orgReceived on Sat Nov 19 2005 - 23:22:11 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:48 UTC