1753954 Members
7722 Online
108811 Solutions
New Discussion юеВ

Re: Duplicate Filesystem

 
SOLVED
Go to solution
joseph51
Regular Advisor

Duplicate Filesystem

Hi

 

I could see something new in my server , The /stand FS is mounted twice . But the Mount point is different , I could not find any auto.direct entry , Can some one please tell how this is acheived , What is this configuration

 

root@test1:/> bdf
Filesystem          kbytes    used   avail %used Mounted on
/dev/vg00/lvol3    2097152  522424 1562544   25% /
/dev/vg00/lvol1    2019649  240568 1577116   13% /stand
.....
.....
/dev/vg00/lvol6    2097152  416888 1667264   20% /home
/dev/vg00/lvol11   8388608 5959358 2279204   72% /var/new
/stand             2019649  240568 1577116   13% /var/new/back/stand
root@test1:/>

 

root@test1:/> bdf /var/new/back/stand   /stand
Filesystem          kbytes    used   avail %used Mounted on
/dev/vg00/lvol1    2019649  240568 1577116   13% /stand
/dev/vg00/lvol1    2019649  240568 1577116   13% /stand
root@test1:/>

 

fstab entry is like this

 

/stand /var/new/back/stand lofs ro,dev=4000037 0 0 1316697881

2 REPLIES 2
DeafFrog
Valued Contributor

Re: Duplicate Filesystem

Hi ,

 

--ignore the DRD suggestion , as you alredy found the solution--

 

Regards,

FrogIsDeaf
joseph51
Regular Advisor
Solution

Re: Duplicate Filesystem

Found the solution , mounted with the below option and I could mount it

mount -F lofs /test /back/test