Debt Help - Internet Advertising - Movies download - Credit Counseling - Free Articles Directory

PDA

View Full Version : Urgent help needed with directory mounting


o2pb
Jul 21st 2006, 11:56 am
I have 1 of my directories mounted via

mount --bind /path/to/dir /path/to/new/dir

But I need to mount the same dir once again, onto a different location, but it wont let me. It says

Mount point /path/to/new/dir does not exist

Any ideas how I can get around this?

sunday
Jul 23rd 2006, 6:04 am
mount --rbind src dest?

o2pb
Jul 23rd 2006, 7:16 pm
I fixed it. It turns out I need to create the dir at the new location before mounting.