You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and modify /lib/systemd/system/systemd-udevd.service
[Unit]
Description=Rule-based Manager for Device Events and Files
Documentation=man:systemd-udevd.service(8) man:udev(7)
DefaultDependencies=no
After=systemd-sysusers.service systemd-hwdb-update.service
Before=sysinit.target
ConditionPathIsReadWrite=/sys
[Service]
DeviceAllow=block-* rwm
DeviceAllow=char-* rwm
Type=notify
# Note that udev will reset the value internally for its workers
OOMScoreAdjust=-1000
Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket
Restart=always
RestartSec=0
ExecStart=/lib/systemd/systemd-udevd
ExecReload=udevadm control --reload --timeout 0
KillMode=mixed
TasksMax=infinity
PrivateMounts=no
ProtectClock=yes
ProtectHostname=yes
MemoryDenyWriteExecute=yes
RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
RestrictRealtime=yes
RestrictSUIDSGID=yes
LockPersonality=yes
IPAddressDeny=any
WatchdogSec=3min
this should make a FAT formatted disk enumerate at /media/usb0 when plugged in
the mystery now--- UI wise--- is what makes sense for sync'ing. previously (and perhaps most sensibly) we have to options:
DISK >>> NORNS
NORNS >>> DISK
we only operate on the dust folder.
after trying a variety of rsync options i'm still not sure what makes sense--- ie, only copy updated/new files.
for what it's worth, disk copying is extremely slow.
i'm almost compelled to suggest that if people want fast copying, use a usb-ethernet cable (which might mean using two of them, if going to another computer w/o an ethernet port.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
to get it set up:
then modify
/etc/usbmount/usbmount.conf
and modify
/lib/systemd/system/systemd-udevd.service
this should make a FAT formatted disk enumerate at
/media/usb0
when plugged inthe mystery now--- UI wise--- is what makes sense for sync'ing. previously (and perhaps most sensibly) we have to options:
we only operate on the
dust
folder.after trying a variety of
rsync
options i'm still not sure what makes sense--- ie, only copy updated/new files.for what it's worth, disk copying is extremely slow.
i'm almost compelled to suggest that if people want fast copying, use a usb-ethernet cable (which might mean using two of them, if going to another computer w/o an ethernet port.)
Beta Was this translation helpful? Give feedback.
All reactions