Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Mount problem: (4 Items)
   
Mount problem  
Hi, I could mount a partition with the same name that a directory. Is it an error of mount comand? Is it possible 
correct it?
The PC was installed with the CD 2009.

Thanks in advance.

Sebastián Cerella
Attachment: Bitmap Mount Error.bmp 8.67 KB
Re: Mount problem  
Hi Sebastián,

Sorry for the delay with answer. The possibility to mount to the existing 
directory is not an error. You can read mount() function overview in QNX4 
Help. But output of the ls utility is incorrect.

Please, describe your problem more closely. Is something else (expect the 
ls) working incorrectly?

-- 
Respectfully,
Oleg

> Hi, I could mount a partition with the same name that a directory. Is
> it an error of mount comand? Is it possible correct it? The PC was
> installed with the CD 2009.
> 
> Thanks in advance.
> 
> Sebastián Cerella
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post83996
Re: Mount problem  
Oleg, I noticed the problem when I had to delete the contents of the directory. What does the Fsys when run "rm 
FTrending/* "?

Thanks

Sebastián
Re: Mount problem  
Hi Sebastián,

You can launch rm with -v option to see what files were deleted:

$ rm -v FTrending/*

You don't have access to files in directory FTrending, but only files in 
FTrending mount point.

So I see only a little issue with ls. I'll fix it and then inform you.

-- 
Respectfully,
Oleg

> Oleg, I noticed the problem when I had to delete the contents of the
> directory. What does the Fsys when run "rm FTrending/* "?
> 
> Thanks
> 
> Sebastián
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post84142