You are not logged in.

#1 2009-07-02 19:13:42

OneEyedPimp
Member
Registered: 2008-05-02
Posts: 103

[solved]funionfs

Hello All,

I am trying to get a project of mine done on linux. I am trying to use funionfs, the unionfs fs in fuse, to mount two directories together. I can get them mounted with mount just fine using:

mount -t fuse -o dirs=/mnt/test1:/mnt/test2 -o allow_other funionfs#NONE /mnt/test3

Now I am trying to get it to work in fstab. I was originally getting a couple of different errors about it not being recognized and such. Now I am getting

fuse: missing mountpoint

Now I would assume this would be easy, but I cant figure out how to setup the fstab entry for funionfs. Here is my entry:

funionfs                /mnt/test3           fuse    dirs=/mnt/test1:/mnt/test2,allow_other 0 0

Any suggestions?

Last edited by OneEyedPimp (2009-07-07 00:32:09)

Offline

#2 2009-07-02 22:58:31

TheBodziO
Member
From: Dukla, Poland
Registered: 2006-07-28
Posts: 230
Website

Re: [solved]funionfs

Shoudn't it be rather something like:

none /mnt/test3 funionfs dirs=/mnt/test1:/mnt/test2,allow_other 0 0

It's not the best thing when they call you a "member" you know… wink

Offline

#3 2009-07-03 00:39:53

OneEyedPimp
Member
Registered: 2008-05-02
Posts: 103

Re: [solved]funionfs

D'oh, yeah that looks right. I will have to wat til Monday test it though, but I will definately post back. Thank you!

Offline

#4 2009-07-03 00:47:03

TheBodziO
Member
From: Dukla, Poland
Registered: 2006-07-28
Posts: 230
Website

Re: [solved]funionfs

NP smile Lookin' forward to hear results


It's not the best thing when they call you a "member" you know… wink

Offline

#5 2009-07-06 20:00:09

OneEyedPimp
Member
Registered: 2008-05-02
Posts: 103

Re: [solved]funionfs

Alright, had a chance to test it out and I got this error:

mount: unknown filesystem type 'funionfs'

So I put my thinking cap on and and changed the funionfs to fuse and got this fancy error:

/bin/sh: none: command not found

So I guess my thinking cap needs some more lemons...any ideas? Thank you for any help!

Offline

#6 2009-07-06 20:39:04

TheBodziO
Member
From: Dukla, Poland
Registered: 2006-07-28
Posts: 230
Website

Re: [solved]funionfs

Right… There's no such fstype or rather: project doesn't provide "mount.funionfs" app. Anyway: I should've checked it better, sorry.

I think that this one will do trick:

funionfs#none /mnt/test3 fuse dirs=/mnt/test1:/mnt/test2,allow_other 0 0

Last edited by TheBodziO (2009-07-06 20:41:05)


It's not the best thing when they call you a "member" you know… wink

Offline

#7 2009-07-07 00:31:53

OneEyedPimp
Member
Registered: 2008-05-02
Posts: 103

Re: [solved]funionfs

Awesome! thank you so much! worked like a charm!

Offline

#8 2009-07-07 00:39:45

TheBodziO
Member
From: Dukla, Poland
Registered: 2006-07-28
Posts: 230
Website

Re: [solved]funionfs

Great to hear that! big_smile


It's not the best thing when they call you a "member" you know… wink

Offline

Board footer

Powered by FluxBB