Trouble with Extra HD @ core 179

Thanks for helping me.

A plugged in USB stick is detected by lsblk:

# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda      8:0    0  14.9G  0 disk 
├─sda1   8:1    0   128M  0 part /boot
├─sda2   8:2    0    32M  0 part /boot/efi
├─sda3   8:3    0 981.2M  0 part [SWAP]
└─sda4   8:4    0  13.8G  0 part /
sdb      8:16   1 231.4G  0 disk 
├─sdb1   8:17   1 231.4G  0 part 
└─sdb2   8:18   1     1M  0 part

From my memory, in core178 and before I used ‘/mnt/harddisk’ as mount point.

I found some mysteries:

/lib/udev/rules.d/61-extrahd.rules contains

ACTION=="add", SUBSYSTEM=="block", RUN+="/var/ipfire/extrahd/bin/extrahd.pl udev-event"

However, when I am running “/var/ipfire/extrahd/bin/extrahd.pl udev-event”` from the command line, the error message is

# /var/ipfire/extrahd/bin/extrahd.pl udev-event
/var/ipfire/extrahd/bin/extrahd.pl: Unsupported command: udev-event

For me it looks like as if ‘/var/ipfire/extrahd/bin/extrahd.pl’ is still the previous core 178 version:
There in no no string ‘udev’ in the file ‘var/ipfire/extrahd/bin/extrahd.pl’.

1 Like