Date: 22 Jun 2023, 01:32 From: sagaracha...@tutanota.com To: mar...@duskware.de Subject: Re: Mounting NetBSD partition on voidlinux
> As Sir Dice said, I used smartctl -a and I got this > > scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0 > >> Terminate command early due to bad response to IEC mode page > A mandatory SMART command failed: exiting. > > Thanking you > Sagar Acharya > https://humaaraartha.in > > > > 22 Jun 2023, 01:18 by mar...@duskware.de: > >> On Wed, Jun 21, 2023 at 09:38:47PM +0200, Sagar Acharya wrote: >> >>> I did >>> dkctl sd0 addwedge testwedge 34 500 ffs >>> >> >> And what did it say? Usually it tells you what dkN device it created. >> >>> Now >>> >>> mount /dev/sd0a /mnt shows >>> >>> No match for 'sd0a': No such process >>> >> >> The wedge you created collides/overlaps with sd0a and you can not access >> the same sectors via two paths. >> >> But as I said, creating a wedge for a NetBSD disk in this case makes no >> sense. At best it will be identical to sd0a or some other partition, and >> give you the same results as using that partition. >> >> Martin >>