LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Creating a open Fuse mount point (https://www.linuxquestions.org/questions/linux-newbie-8/creating-a-open-fuse-mount-point-822420/)

sethusubbiah 07-27-2010 08:13 AM

Creating a open Fuse mount point
 
Hi everyone,

I have a program that can create a fuse. For that i have to specify a mount point , like mono ccfs /mount. But how will I make /mount to be a fuse mount point? I donno whether my question sounds right or makes sense. But I want to create a fuse mount basically to provide it to the program. I dont hv any device or fs to mount initially .

onebuck 07-27-2010 08:19 AM

Hi,

Welcome to LQ!

Quote:

Originally Posted by sethusubbiah (Post 4046824)
Hi everyone,

I have a program that can create a fuse. For that i have to specify a mount point , like mono ccfs /mount. But how will I make /mount to be a fuse mount point? I donno whether my question sounds right or makes sense. But I want to create a fuse mount basically to provide it to the program. I dont hv any device or fs to mount initially .

FUSE may be of some help. Next, We will aid you when you help yourself to a solution. Provide us with what you have attempted and then maybe someone will be able to assist.

'How to Ask Questions the Smart Way' would be one link you should look at to help us to help you in the future.

:hattip:

sethusubbiah 07-27-2010 01:19 PM

Hi ,

I have a C# program that will create a fuse and connect to the windows azure storage. Thus i need a mountpoint to specify to it. At present if i created /temp dir and added that entry in /etc/fstab with file system as /dev/fuse. Now if i try to specify this mountpoint, program connects and then hangs there, i don see any output, If i ls this /temp I get reading directory mntpt: Input/output error. This i do ^C and then now if i ls /temp , i get - cannot connect to temp:Transport endpoint is not connected. I cannot guess what exactly is the problem. The code or the mountpoint. So I want to narrow my scope of search. Thus i started this post. Thanks !


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