On 05/04/2018 01:30 PM, T_POL wrote:
> I've noticed that Fedora 28 does not detect an external eSATA disk when it's 
> inserted.
> If the eSATA disk is already plugged at boot, it's normally detected and 
> automounted.
> 
> USB disks are handled correctly.
> 
> I've made a test using a "Fedora-Xfce-live-27" and everything works fine.
> 
> I'm using an HP Pavilion laptop. 
> 
> Thanks in advance to anybody answering.

Have you verified that the disk is seen at all after hot plugging? You
could run "fdisk -l" as root or look at the output of dmesg. If it shows
up in the fdisk or dmesg output, then the kernel knows about it. I don't
think eSATA stuff automounts by default (eSATA is handled differently
than USB as they show up on different buses).

If the kernel does see it during hotplug, you could create a udev rule
to automount it. You can get the relevant info needed for the rule by
running "udevadm monitor -k" (to see raw kernel events) or "udevadm
monitor -u" (to see existing udev processing) prior to plugging the
drive in. Watch the output when you plug in the drive.

I manually mount my eSATA, as root, to a specific mountpoint since I
only use it for backups. I don't want it to automount--but that's just
me.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-   To err is human.  To forgive, a large sum of money is needed.    -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to