root@hayneee:~# apt install pve5-usb-automount
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pve5-usb-automount

apt install pve5-usb-automount




On Oct 3, 2018, at 05:16, lord_Niedzwiedz 
<[email protected]<mailto:[email protected]>> wrote:

      Hi,

Why i make easy add auto mount usb device to ProxMox.

example:
/dev/sde1    /media/sde1
normally this is done by an desktop environment, not often used for
headless Proxmox VE setups.

You may want to take a look at udisks2[0][1], there some wikis[2]/tutorials
showing it's usage.

Playing around with udev/automountfs could also be an option.

[0]: https://www.freedesktop.org/wiki/Software/udisks/
[1]: https://packages.debian.org/en/stretch/udisks2
[2]: https://wiki.archlinux.org/index.php/udisks
apt install udisks2
vim /etc/fstab
/dev/sde1         /media/sde1                        auto defaults        0 0

Its work fine (with auto sync after data copy).
Thanks

_______________________________________________
pve-user mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to