@davepolaschek@writing.exchange
2026-07-07 01:17 UTC
I have a directory of Mac alias files that point to other files on a drive. I need to move all of the drive contents to a Linux server. Is there a way to automagically convert the Mac aliases to soft-links on the Linux ext4 drive on the server? It doesn't seem to work on SMB. Anyone know the solution? Thanks! #AskFedi #networking #samba
Replies (1)
-
@danlyke@researchbuzz.masto.host 2026-07-07 01:54
@davepolaschek@writing.exchange pretty sure SMB, being a Microsoft things, doesn't know about soft links. Maybe a find reworked to a shell script?