BUSE icon indicating copy to clipboard operation
BUSE copied to clipboard

A block device in user space for Linux

Results 19 BUSE issues
Sort by recently updated
recently updated
newest added

Hey, I recently ran into an incident. I ran ./loopback /dev/loop0 /dev/nbd0. Then I ran lsblk. It shows: nbd0 43:0 0 30M 0 disk Then I mount /dev/nbd0 /mnt I...

its messy, but seems to work fine with the busexmp.c (not tested extensively, but no problems encountered on ext2 and btrfs) - it has no safeguards against creating excessive amount...

Hey, I ran into kernel crash while testing BUSE failover. Here is the stack dump I see on my Ubuntu-16.04 box. [65092.911201] ------------[ cut here ]------------ [65092.911209] kernel BUG at...

Could you add a license to buse.h? It's in a somewhat ambiguous state right now. I feel like the LGPL would be the best choice for this project, libfuse uses...

Tried to run it on Ubuntu with generic kernel 4.10.0-37-generic I stucks after one NBD_CMD_READ command. dmesg output from nbd driver is here: [ +18.743592] nbd0: detected capacity change from...

I tried to implement a block device that fails on some write operations, and userspace does not seem to care much. I don't know why. At most I get a...

At least script that run from the root user needed, that checks typical operations. E.g. start `busexmp`, mount, copy from host to NBD some data with some offset, read it...

Hello! I'm interested in mounting specific block device with partitions but I can't do it now because ioctl calls is not supported: ``` bash modprobe nbd max_part=16 partx -a /dev/nbd0...