Trying to call ioctl BLKRRPART from Rust returns Bad Address os error 14
As a personal project I try to write project with no crates. I need to use syscall ioctl BLKRRPART to re-read partition table on a drive.
As a personal project I try to write project with no crates. I need to use syscall ioctl BLKRRPART to re-read partition table on a drive.