![]() |
permission denied
I am trying to access /dev/mtd1 but it says permission denied. I don't really know anything about linux, so.... thanks in advance.
|
Re: permission denied
Not sure what that is, but how, and more importantly why, do you want to access it?
Some files can only be accessed by root (and, yes, devices are special kinds of files) |
Re: permission denied
it depends on why and how you are trying to access it. the access is set up as a device owned by root and only root has access to it
crw-rw---- 1 root root 90, 2 Dec 31 1969 /dev/mtd1 |
Re: permission denied
thats a device node, by the name looks like a memory device, do a file on it and see if its a block device or not
|
Re: permission denied
Why are you trying to access the raw /dev/mtd1 device directly instead of wherever it's mounted?
|
Re: permission denied
What is the default root password?
|
Re: permission denied
@johnathonbrown: Welcome to the forum. Can you please post the exact steps leading to your result?
@x61: Install "rootsh" from the Extras repository instead and enter "sudo gainroot". |
Re: permission denied
Thanks for the replies. I forgot to log on here for a while.
QUOTE=danramos;392447]Why are you trying to access the raw /dev/mtd1 device directly instead of wherever it's mounted?[/QUOTE] I'm not really sure of any other way to access it, but I am trying to find my lock code. How would I access wherever it's mounted? Thanks in advance. |
Re: permission denied
Quote:
|
Re: permission denied
Quote:
grep -A 13 lock_code /dev/mtd1 | tail -1 |
All times are GMT. The time now is 07:37. |
vBulletin® Version 3.8.8