LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problem listing ext3 partion on server, but not on clients (https://www.linuxquestions.org/questions/linux-general-1/problem-listing-ext3-partion-on-server-but-not-on-clients-4175444317/)

trusst 01-05-2013 10:15 PM

Problem listing ext3 partion on server, but not on clients
 
Hello experts,

Hope someone has any ideas about this.

Description:

- RHEL5
- I have a newly created ext3 partition on, lets call it, server1
- This partition is mounted in fstab as follows:
/mnt/loopfs/part003_fs.ext3 /mnt/loopfs/LAB ext3 loop,rw 0 0
- This partition in also exported in /etc/exports as follows:
/mnt/loopfs/LAB @hosts_all(rw,no_root_squash,crossmnt,nohide)

Result:

On all servers that map this partition I can see and access all the files and directories on the partition. On server1 all I see when I list /mnt/loopfs/LAB is lost+found directory. If I map the exported directory back on server1, all I see there is still lost+found directory.

I'm kind of stuck in my investigation into this issue. Would appreciate any ideas/suggestions.

Thank you.

syg00 01-06-2013 01:44 AM

It looks like you are (locally) loop mounting it over itself. Use a different mountpoint - or better /mnt/loopfs/part003_fs.ext3/ directly.

trusst 01-06-2013 11:17 AM

Thanks for your response. I tried to mount this partition on a different mountpoint on server1 - still cannot see the content.
mount -t ext3 -o rw,loop /mnt/loopfs/part003_fs.ext3 /tmpmountp/loopfs

I don't think I'm mounting over the same partition in this case. Any ideas?


All times are GMT -5. The time now is 05:01 AM.