FUSE and LUFS
FUSE and LUFS
Which are the benefits of projects like FUSE and LUFS?
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: FUSE and LUFS
you can write filesystem drivers easily and more efficiently because your entire computer will not crash just because you forgot to initialize a variable. With userspace file systems, file systems are programs and therefore, programs can crash without affecting the system. Also, you can use a regular debugger like gdb to fix the problems.
Re: FUSE and LUFS
Is this the only advantage?iammisc wrote:you can write filesystem drivers easily and more efficiently because your entire computer will not crash just because you forgot to initialize a variable. With userspace file systems, file systems are programs and therefore, programs can crash without affecting the system. Also, you can use a regular debugger like gdb to fix the problems.
And aren't there any disadvantages?
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: FUSE and LUFS
No.
However in the FAQ there isn't the reply to my question.
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: FUSE and LUFS
Hi,
A google for 'benefits of FUSE file system'. Before this thread came up, I didn't know what FUSE was. Now I feel I know quite a bit about its pros/cons from 10 minutes of Googling. Please do the same.
Cheers,
Adam
Edit: fixed URL tags
A google for 'benefits of FUSE file system'. Before this thread came up, I didn't know what FUSE was. Now I feel I know quite a bit about its pros/cons from 10 minutes of Googling. Please do the same.
Cheers,
Adam
Edit: fixed URL tags
Re: FUSE and LUFS
AFAIK, if too much current comes through FUSE, you need to replace it with another one, or use a circuit breaker, which is more modern.And aren't there any disadvantages?
Seriously now, a filesystem in userspace? Not my type.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Re: FUSE and LUFS
It's just a layer that lets other implement filesystems in userspace. Read/Write NTFS support on Mac is provided through a user-space filesystem module which sits on top of FUSE.inflater wrote:Seriously now, a filesystem in userspace? Not my type.
The cake is a lie | rackbits.com