Hmm, I still don't get it to work:

[EMAIL PROTECTED] ~]$ /opt/owfs/bin/owfs  --fuse_opt "-s allow_other" -s 3000
/mnt/1-wire/
Put the FUSE mount options value in quotes. "-s allow_other"
[EMAIL PROTECTED] ~]$ /opt/owfs/bin/owfs  --fuse_opt "\"-s allow_other\"" -s
3000 /mnt/1-wire/
fuse: invalid argument `allow_other'
[EMAIL PROTECTED] ~]$ /opt/owfs/bin/owfs  --fuse_opt "\'-s allow_other\'" -s
3000 /mnt/1-wire/
Put the FUSE mount options value in quotes. "\'-s allow_other\'"
[EMAIL PROTECTED] ~]$ /opt/owfs/bin/owfs  --fuse_opt '-s allow_other' -s 3000
/mnt/1-wire/
Put the FUSE mount options value in quotes. "-s allow_other"

Jan B.


On Tue, May 23, 2006 12:59, Paul Alfille wrote:
> I think currently kit shoud be /opt/owfs/bin/owfs --fuse_opt "-s
> allow_other" -s 3000 /mnt/1wire
>
> It has been proposed that all unrecognized long opts be sent to fuse
> with "--s" so in that case it would be
> /opt/owfs/bin/owfs --allow_other -s 3000 /mnt/1wire
>
> Paul
>
> On 5/23/06, Jan Bertelsen <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> what's wrong here?
>>
>> [EMAIL PROTECTED] ~]$ /opt/owfs/bin/owfs  --fuse_opt "allow_other" -s 3000
>> /mnt/1-wire/
>> Put the FUSE mount options value in quotes. "allow_other"
>> [EMAIL PROTECTED] ~]$
>>
>> 'allow_other' gives the same and escaping the quotes with \ doesn't wort
>> either. Am I missing something?
>>
>> I'm using bash
>>
>> Best regards
>>
>> Jan B.
>>
>>
>>
>> -------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services,
>> security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642
>> _______________________________________________
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to