Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: AMDXP on July 05, 2021, 05:53:37 AM
-
Hello, I have a shared folder on my MacBook, how to access this folder on Tiny Core Linux? there is any extensions or app that I should install on TCL?
Thank you :)
-
You could mount the smb share using the cifs-utils extension
-
Thank you so much :)
-
Hello again!
I tried cifs-utils it detect SMB share very well but I don't find a man file for more details to how to set up!!
I try mkdir /mnt/share to mount smb drive, but don't find help file for how to save username and password and how to mount at startup. ::)
I also try to search the Wiki but I see an error: permission denied!
Thank you
-
Hi AMDXP
A mirror to the Wiki can be found here:
http://wiki.tinycorelinux.net/doku.php?id=wiki:start
-
Hi Rich!
Thank you so much :)
-
mount -t cifs //servername/sharename /media/windowsshare -o username=msusername,password=mspassword,iocharset=utf8,sec=ntlm,uid=msusername 0 0
If you want the drive mounted at boot, add a mount command to /opt/bootlocal.sh.
-
I try to edit this file but there is not any editor in terminal like nano!! :-\ can I edit this with built-in Editor?
Thank you so much!
-
Hi AMDXP!
Built in editor is vi. If You never used it before it may be a little bit confusing, and before using it You probably need to read some manuals. If You want I can describe the very basic set of commands and say a few words about its modus operandi.
-
Hi AMDXP
If you are running a GUI, there is an editor called editor.