Discussion:
can mount device
el kalin
2014-04-11 16:38:07 UTC
Permalink
hi all..

i need help with a weird thing that is happening...

i'm using netbsd on the amazon ec2 network. when i "attach" a volume to a
machine the dmesg sees it as xbd4 but there is no /dev/xbd4* of any kind an
i can't mount it.

what do i need to do to mount that device?


thanks...
Matthias Scheler
2014-04-12 07:28:57 UTC
Permalink
Post by el kalin
i need help with a weird thing that is happening...
i'm using netbsd on the amazon ec2 network. when i "attach" a volume to a
machine the dmesg sees it as xbd4 but there is no /dev/xbd4* of any kind an
i can't mount it.
what do i need to do to mount that device?
NetBSD's installation only creates device nodes for "xbd0" to "xbd3"
by default. You can create more device nodes like this:

su
cd /dev
./MAKEDEV xbd4 xbd5 xbd6 xbd7

Kind regards
--
Matthias Scheler https://zhadum.org.uk/
Continue reading on narkive:
Loading...