-
» danmcd grouses at datacenter speculators...
-
ReinhildeWe're apparently entering an era of subprime AI.
-
nomad"entering"? That implies we weren't already there.
-
ReinhildeI mean yes.
-
gitomat[illumos-gate] 17966 NCA & NL7S retirements forgot about AF_NCA and residual sockfs debris -- Dan McDonald <danmcd⊙ei>
-
gitomat[illumos-gate] 12237 zpool coredump, vdev_open() returns EDOM with disk image file (but not zvol) from bhyve -- Hans Rosenfeld <hans.rosenfeld⊙jc>
-
gitomat[illumos-gate] 17435 fm: potential null pointer dereference -- Toomas Soome <tsoome⊙mc>
-
Smithx10dd a iso to a usb device, do you if=$iso of=/dev/rdsk/c8t0d0?
-
Smithx10looks like my usb drive isn't working? gist.github.com/Smithx10/11b45b953cd00e2068f0966b5c0b05fc
-
denkSmithx10: c8t0d0p0
-
Smithx10@denk whats with that iostat output?
-
Smithx10do usb not have a device like disks? /dev/rdsk/c2t8CE38EE2119F3101d0 exists for example
-
denkiostat should print actual media size
-
denkif it prints 0 it means some errors
-
tsoome*d0 is only there if your disk has GPT partition table (assuming the symlink will actually resolve). Which also means, using it to write down new image is risky and therefore it is better to use *p0 node.
-
Smithx10tsoome: which man page / where can I read in more in detail about how this works?
-
sommerfeldSmithx10: disk device naming schemes are listed in sd(4d), cmdk(4d), nvme(4d), and blkdev(4d) man pages (and possibly elsewhere)
-
sommerfeldoh, and scsa2usb for USB