Other Help Topics :: Problems using fuse/obexfs with DSL
I've been trying to mount a mobile phone file system over irda/bluetooth but don't really understand how DSL uses /etc/fstab.
The obexfs readme suggests an addition of this form to fstab:
obexfs#-i /mnt/phone fuse allow_other 0 0
and then:
mount -t fuse "obexfs#-i" /mnt/phone
The command is accepted but nothing shows up in /mnt/phone - does anyone have any idea if the fstab line is likely to work in DSL?
original here.