[k3b] [Bug 481821] Write RW discs without needing exclusive access.

2024-03-30 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=481821

Leslie Zhai  changed:

   What|Removed |Added

 CC||zhaixi...@loongson.cn

--- Comment #2 from Leslie Zhai  ---
Hi Gordon,

Perhaps it is able to hack dvd+rw-tools-7.1/growisofs.c about line 705 and 2598
to open the file descriptor:

int fd = open64 (ioctl_device,O_RDONLY|O_NONBLOCK|O_EXCL);

Opening a file descriptor with O_EXCL might not give the exclusive access:
https://www.gnu.org/software/libc/manual/html_node/Open_002dtime-Flags.html

Thanks,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 481821] Write RW discs without needing exclusive access.

2024-03-19 Thread Gordon
https://bugs.kde.org/show_bug.cgi?id=481821

--- Comment #1 from Gordon  ---
There is another problem: some software (such as forensics software and media
players) might reserve access to all drives without doing anything, effectively
blocking K3b from writing data to it.

Therefore, please provide an option to write data without exclusive access. It
would be much appreciated.

-- 
You are receiving this mail because:
You are watching all bug changes.