The fuse tag has no wiki summary.
3
votes
0answers
44 views
Virtual Filesystem that hides file location and moves items around
I have a media box and a NAS. At the moment I would like to have most of the videos that I would like to watch on the media box. [For performance reasons] All of the other videos I would like to ...
0
votes
1answer
46 views
Can I mount an SSHFS drive via port 21 with FTP-SSL?
I'm on a mac and have been using CyberDuck FTP to connect to a client's server. It is an ASP/IIS server and when I connect to it CyberDuck tells me
This server can support more secure FTP-SSL ...
0
votes
1answer
25 views
Linux Fuse module - determine supported file systems
Wondering how you can determine what filesystems are supported via FUSE on a Linux system? I ask as the performance of any NTFS formatted USB HDD I attach to my Netgear DGN2200v3 is painful and write ...
0
votes
0answers
32 views
What is the command to show the disk usage in JFFS2 filesystem(which is a compressed filesystem)?
What is the command to show the disk usage in JFFS2 filesystem(which is a compressed filesystem)? I am using "df" to get total size and "du" to get used space, from that I can calculate the space ...
4
votes
0answers
102 views
Enforce unicode filenames on linux
is there any easy way to enfoce unicode filenames on linux?
What I want is to specify that for a directory. Every file creation within said directory will be checked by the kernel and if the filename ...
1
vote
0answers
168 views
autofs fails to mount a remote drive using sshfs - fuse
I am currently developping an application for the purpose of which I need to retrieve some files from a remote location, that I can only access through ssh. Since I need to automount that repo, I ...
3
votes
2answers
163 views
custom filesystem with fancy readdir or bash completion behaviour
Ok. After trying to formulate this question a couple of times, it turns out that this will be a long one. Anywho:
Consider this file structure:
photos/
ants/
pic1.jpg
animals/
dog.png
...
1
vote
0answers
86 views
Mounting a remote disk image which I made local via sshfs? Possible?
The core question first:
Is sshfs fit to provide low-level reads/writes/seeks as required when a file contains blockdevice-like contents?
Why? Well...
I am trying to locally mount a filesystem-image, ...
0
votes
0answers
351 views
Safely unmounting FUSE filesystems
Usually when I do umount mountpoint it may block until the cached data is actually written to the device, so I expect umount mountpoint && make_the_device_unavailable_now to be safe.
Hovewer ...
1
vote
1answer
253 views
mount ltfs drive at system startup Mac OS X
Mac OS X Server 10.6.8
LTO 5 drive: IBM System Storage TS2250 Tape Drive
HBA: ATTO's ExpressSAS H680
I've installed the HBA and LTO into my Mac and I'm able to format and mount the tape media. I'd ...
2
votes
1answer
264 views
Is there a copy-on-write filesystem for Mac OS X?
I'm on Snow Leopard. I have both MacFUSE and fuse4x installed. Is there a copy-on-write filesystem that I can install?
I tried building UnionFS-FUSE 0.25 using fuse4x's includes and libs, but I get ...
2
votes
1answer
795 views
How do I make sshfs work in Debian? (I get /dev/fuse: Permission denied )
I've moved from Ubuntu to Debian on a machine and all my sshfs mounting scripts fail with
fuse: failed to open /dev/fuse: Permission denied
now. Am I missing something simple?
1
vote
1answer
83 views
Samba shares on fuseiso mounts don't work
I've set up a CD-server which gets it's ISOs from a remote fileserver via cifs. To mount those ISOs I use fuseiso.
When I try to connect to such a fuseiso mount I get NT_STATUS_BAD_NETWORK_NAME, if I ...
2
votes
1answer
101 views
Mount a filesystem (using FUSE) with SSH through two computers [duplicate]
Possible Duplicate:
How to mount remote SSHFS via intermediate machine? Tunneling?
I can mount a filesystem over SSH directly with
$ sshfs hostname: mountpoint
However, in order to ...
2
votes
0answers
132 views
How do I configure fuse-hdfs with autofs?
I am trying to setup autofs so it will automatically mount hdfs. From /etc/fstab if I have:
/fs1/fuse_dfs.wrapper.sh#dfs://namenode:9000 /hdfs fuse
this works.
Now I am trying to setup ...
1
vote
0answers
102 views
s3fs gives me an empty directory
I built s3fs, and now I'm getting an empty directory where I mounted the s3 bucket. I put a text file in the directory, and I can see it in there, and it transfers into the bucket. How can I see the ...
4
votes
1answer
661 views
Why is “sudo unmount” required for unmounting an sshfs-mount if it was mounted without sudo privilges?
I have an sshfs FUSE filesystem mounted in ~/mountpoint. I tried umount mountpoint and diskutil unmount mountpoint (on a Mac here) and both failed. I used sshfs -o IdentityFile=<key> ...
1
vote
2answers
686 views
How to access freebsd zfs partition under Linux using zfs-fuse?
I have installed dual OSs on my PC box: Linux and FreeBSD. The FreeBSD is installed on a ZFS partion under /dev/sdb1. Under Linux, the fdisk -l /dev/sdb outputs
Device Boot Start End ...
2
votes
0answers
217 views
Compressed, read-write file system within a single file?
Is there any free Windows software which can create compressed archives, and subsequently mount them transparently (with write capability) onto another directory?
So far, the only such program I have ...
2
votes
2answers
629 views
Fuse installation issue: “cannot remove `/sbin/mount.fuse': Permission denied”
I have non-root access to a SUSE enterprise linux system. I need to use FUSE but the FUSE libraries are not installed on it (fuse itself is installed on it though). Hence I am attempting to install ...
1
vote
1answer
365 views
davfs2 (mount.davfs) alternatives that support streaming?
mount.davfs (from davfs2) allows one to mount a WebDAV server into the local filesystem. However, even if you want to read only one byte from a file, davfs2 will block until it downloads the whole ...
1
vote
1answer
664 views
Error running Samba share of fuse mount
I have created a fuse directory, and start it like this: ./myfuse /home/shared -o allow_other -o umask=022 -o nonempty -d
I can access it like this: ls -la /home/shared and it works fine.
Ok, turn ...
3
votes
1answer
242 views
sshfs: cannot set file timestamp
Using sshfs with autofs on Ubuntu, I cannot set timestamps on remote files:
$ touch /sshfs/server/some/file
touch: setting times of `/sshfs/sshfs/server/some/file': Permission denied
I do have ...
1
vote
1answer
416 views
How to configure automounter with FUSE sshfs
Is there a way to configure the automounter (either Linux or OSX) with FUSE sshfs so that cd /servers/<server> will automount the correct server with sshfs?
2
votes
1answer
792 views
How to fix module fuse not found error?
I used to be able to mount a NTFS formatted drive (read only) on my Ubuntu Linux (9.04) Sheevaplug. I was chasing the impossible dream of being able to mount it for both read and write and somehow ...
4
votes
1answer
710 views
How to use ZFS on linux easily (without paths like /var/run/zfs) or as non-root
When I asked about filesystems with compression I got recommendation to try ZFS. Looks like it worth trying, however I find tools that manage ZFS (zfs, zpool) quite overcomplexified - you need to ...
1
vote
1answer
220 views
What makes a fuse file system different than a kernel file system?
I am looking for a way to do deduplication for my Virtual Machines, I found a project called OpenDudup. It looks promising, it says it needs fuse as a dependancy. After looking up what fuse is, it ...
0
votes
3answers
217 views
Is this a proper chown statement?
I am trying to test my FUSE file system with TUXERA test suite and I am noticing an issue when testing chown.
One of the test cases is: "chown . 65535 65535", and it expects the test case to pass.
I ...
2
votes
2answers
1k views
Is it possible to mount a .tar file?
The only result of any import when I searched for this was from 2001.
In the intervening decade, have any tools/methods for mounting a tar file as a filesystem (perhaps utilizing fuse) been created?
...
2
votes
1answer
223 views
How do you create virtual folders from saved search
I would like to have on unix-like platforms, the same functionality as to Windows 7 Library folders (aka virtual folders) you see in Windows Explorer.
Gnome Nautilus do that kind of virtual folders ...
3
votes
1answer
3k views
How to properly start gvfs without gnome?
I have a Debian testing box with Xfce (no Gnome, no Nautilus). It has all gvfs-related stuff installed, including all backends and fuse interface. But any attempts to gvfs-mount anything (like ...
1
vote
1answer
455 views
Where are programs that use CUSE (character in user space)?
cusexmp, the example of CUSE program, works.
Is there real programs that makes use of it?
For example, a thing that just mirrors other character device or thing that allows networked character ...
4
votes
2answers
4k views
MacFUSE + ext4fuse = No luck
So I'm trying to mount my ext4 (with extents) partition on Mac OS X using MacFUSE (from MacPorts) and ext4fuse (compiled from git), but I just can't manage to do it. I'm trying to do it like this:
...
8
votes
6answers
4k views
Is it possible to use FUSE with windows?
(FUSE)
Preferably without admin rights. An example would be sshfs, maybe via msys?
9
votes
5answers
9k views
Is anyone working on an encfs client for windows?
I've been looking into encfs as a solution to encrypt my personal data. However I want to access this data both on Linux and Windows on different machines (synced through Dropbox). So far all Google ...
0
votes
1answer
71 views
How to use UMLFS?
I'm trying to mount what is inside UML session as FUSE filesystem on host.
There's "uml_mount" program which looks like a thing for this purpose, but it fails.
What is UMLFS (I haven't found any ...
0
votes
1answer
1k views
Is there good FAT driver for FUSE? (Lightweight, not mountlo)
FUSE filesystem list show some FuseFat and FatFuse. Both are old, FatFuse is read-only , FuseFat is non-buildable and probably depends on glib.
Now I'm using mountlo for the task (mounting USB drives ...
2
votes
2answers
780 views
cannot mount remote partition using fstab/fuse
Using a combination of http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/ and http://www.tuxfiles.org/linuxhelp/fstab.html I figured I could mount the ...