Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ls: cannot access /dev/sd[d-f]: No such file or directory #2

Open
msavdert opened this issue Mar 25, 2017 · 1 comment
Open

ls: cannot access /dev/sd[d-f]: No such file or directory #2

msavdert opened this issue Mar 25, 2017 · 1 comment

Comments

@msavdert
Copy link

Hi @Seth-Miller,

I went through the manual process, proceed with your document. I guess the following command has the missing letter. Can you please check this? It should be "99-asm-disks.rules" instead of "99-asm-disk.rules".

docker exec rac1 ln -s /usr/lib/custom_services/99-asm-disk.rules /etc/udev/rules.d/

I also get the error when running the following command.

$ docker exec rac1 ls -l /dev/sd[d-f]
ls: cannot access /dev/sd[d-f]: No such file or directory

$ docker exec rac1 ls -l /dev/sd*
brw-rw---- 1 root disk 8, 0 Mar 25 22:44 /dev/sda
brw-rw---- 1 root disk 8, 1 Mar 25 22:44 /dev/sda1
brw-rw---- 1 root disk 8, 16 Mar 25 22:44 /dev/sdb

Thank you for preparing this beautiful guide.
Melih

@Seth-Miller
Copy link
Owner

Thanks @msavdert. I fixed the syntax error in the README.

If you don't see those devices in the containers, they either don't exist on the host or your ASM disks have been assigned different device names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants