Displaying 1 result from an estimated 1 matches for "raw5".
Did you mean:
raw
2009 Apr 03
1
Could not get a raw device slot for disk access. Please free up some devices.
...3G
/dev/sdb7 - 5G
The error is as follows:
Could not get a raw device slot for disk access. Please free up some devices.
Error: Error opening /dev/rawctl
No such file or directory, bindraw.c 63
Since there was mention of /dev/rawctl, i tried the following too:
# mkdir /dev/raw
cd /dev/raw
mknod raw5 c 162 5
modprobe raw
raw /dev/raw/raw5 /dev/sdb5
Even after the above commands, when i try to run ocfstool, i get the same error.