Re: mount an external usb hdd and share it through samba

2020-05-06 Thread Andrei POPESCU
On Mi, 06 mai 20, 01:35:02, Michael Morgan wrote: > > Since automount works, and samba will work well if I restart it, my guess is > that on boot, samba (smbd service) starts before /usb-hdd is mounted. To > make it working, > I need make sure the fstab mounting happens before samba starts. Can a

Re: mount an external usb hdd and share it through samba

2020-05-06 Thread Marco Möller
On 06.05.20 08:35, Michael Morgan wrote: Dear all, I have an external usb hdd. I would like to automount it on boot and share it through samba. 1) So I put it in the fstab. It automounts correctly on boot, no problem: UUID=XXX /usb-hdd ext4 defaults,nofail 0 0 2) I then share t

mount an external usb hdd and share it through samba

2020-05-05 Thread Michael Morgan
Dear all, I have an external usb hdd. I would like to automount it on boot and share it through samba. 1) So I put it in the fstab. It automounts correctly on boot, no problem: UUID=XXX /usb-hdd ext4 defaults,nofail 0 0 2) I then share the directory "/usb-hdd" through samba (in smb.con