LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Check which partition / resides on? (https://www.linuxquestions.org/questions/linux-newbie-8/check-which-partition-resides-on-657489/)

raghu 07-22-2008 05:21 AM

Check which partition / resides on?
 
How to check under which partion / was installed ?

Clemente 07-22-2008 05:50 AM

@raghu: Run
Code:

mount
as regular user. Should work even on readonly root.

raghu 07-22-2008 06:30 AM

Hi,

I have a linux box with kernal 2.4.21-32.0.1 .
The machine is not connected to the network. all the files in the system are read-only. Is the problem is due to read-only files ?
pls help me on this

Vlad-A 07-22-2008 10:17 AM

Well, you write the files are read only. This does not necessary mean that the filesystem is mounted read-only.
Can you post the output of
mount
df -k
and the ls -l against the particluar file system.

If e.g. the particular filesystem is myfilesystem and is mounted under root (/) then will
touch /myfilesystem/testfile
create a file or not ?

Tinkster 07-22-2008 01:31 PM

I moved your post and the relevant responses away from
the 4 year old carcass of a thread. Please don't hi-jack
threads, or create zombies by re-animating old stuff like
that, specially if it doesn't really match your question.


All times are GMT -5. The time now is 01:26 PM.