I'm trying to copy over all the music dir on my AmigaOne before I sell it. Now I can smb:// connect to it no probs.. looky... there it all is
But if I just drag it over I get a permissions error.. looking at the file properties states "Permissions could not be determined" message. if I open the folder I can drag the song over from inside no worries.. but I aint gonna do that with 117 gigs !!
So I figure.. "hey, I'm an ex Amigan.. use the cli"
So I use one of my ancient saved old commands and edit it a bit ...
But it bombs out with "unknown host" I thought it might because It's quite literally years since I used in depth cli commands.
So lets use bash to copy the dirs as sudo .. Only I can't fathom out how to cd to smb://amigaone/all/Data/More-Music
heeeelllllllllp
But if I just drag it over I get a permissions error.. looking at the file properties states "Permissions could not be determined" message. if I open the folder I can drag the song over from inside no worries.. but I aint gonna do that with 117 gigs !!
So I figure.. "hey, I'm an ex Amigan.. use the cli"
So I use one of my ancient saved old commands and edit it a bit ...
Code:
smbfs domain=workgroup user="susan" server=susans-desktop password=YarBoo client=amigaos4 volume=smb: service=//susans-desktop/Music
But it bombs out with "unknown host" I thought it might because It's quite literally years since I used in depth cli commands.
So lets use bash to copy the dirs as sudo .. Only I can't fathom out how to cd to smb://amigaone/all/Data/More-Music
heeeelllllllllp