

Er ikke 100%, men vil tro det er Peter Hummelgaard, han har i hvert fald haft travlt med lignende tiltag.


Er ikke 100%, men vil tro det er Peter Hummelgaard, han har i hvert fald haft travlt med lignende tiltag.
Somehow I love the name Sea-Rex
Dumb question here, but you did remember to point at a directory to mount the share to, right?
Part from that, I’ve encountered needing to provide the domain as well (typically WORKGROUP) as the credentials for a user with access to the given share. Furthermore providing username and password on the command-line is known to have some issues, thus I encourage you to provide them in a credential file, which would look something like this:
username=value
password=value
domain=WORKGROUP
My typical command, changed for your case, would be:
mkdir -p ~/mounted_music
sudo mount -t cifs -o credentials=~/creds //DESKTOP-N840KKP/My\ Music ~/mounted_music
Not sure I’ve encountered it myself, but some shares doesn’t support Unix Extensions which can be disabled with “nounix”, you might want to define access rights then either “rw” or “dir_mode=0777,file_mode=0777”. (0777 is not a good practice, but it’ll do for testing) thus something like the following options argument.
-o credentials=~/creds,rw,dir_mode=0777,file_mode=0777,nounix


Don’t know how banking works in the US, but is a normal bank transfer not an option?
I believe the latter. My guess would be it’s an Elecom. Specifically either a DEFT PRO, or HUGE.
Haven’t tried it but, DivestOS might also be an option.
Exciting you’re interested in the terminal. Personally I find it an invaluable tool, it’s powerful and versatile, suitable for almost any task. So as you learn, I’d encourage you to be concious about what you find interesting or fun, whether it is the coding-, problem solving-, automation-part, or an entiely different aspect.
There are several gamified introductions to programming, scripting and using the shell, which may be a good start. Some of my favourites (off the top of my head) are: