You are not logged in.
Pages: 1
I need /dev/ram0 to create a USB slax how can I ass ram0 to my /dev directory?
Acer Aspire V5-573P Antergos KDE
Offline
'mknod' is your friend.
Something along these lines with proper ownership will get the job done: mknod -m 660 /dev/ram0 b 1 1
cheers,
Last edited by somedrew (2008-07-14 06:31:34)
Offline
Hi venky,
try with:
mknod -m 660 /dev/ram0 b 1 1
chown root.disk /dev/ram0
Offline
Thanks luka
but just out of curiosity why is this not there by default in /dev folder
I have several linux distros installed, all have this except arch
Last edited by venky80 (2008-07-14 14:48:29)
Acer Aspire V5-573P Antergos KDE
Offline
The strange thing is that in /etc/udev/rules.d/50-udev-default.rules there is a rule for this device:
KERNEL=="ram[0-9]*", NAME="rd/%n", SYMLINK+="%k"
Offline
Is it something the devs should know about? Bug report or something?
Acer Aspire V5-573P Antergos KDE
Offline
Pages: 1