The drive is normally unmounted and mounted only for off-line backup needs.
I wanted to investigate the situation using auditd, but it turns out that it is no longer supported by the 6.5 kernel.
- Code: Select all
[root@Piotr ~]# ls -la /dev/sdb
brw-rw---- 1 root disk 8, 16 gru 11 08:01 /dev/sdb
[root@Piotr ~]# auditctl -a always,exit -F devmajor=8 -F devminor=16
Error - audit support not in kernel
Cannot open netlink audit socket
What tool could I use instead of the command above?