Help with creating ubuntu “File server” The 2019 Stack Overflow Developer Survey Results Are InStorage server with NTFS and Linux on old machineHow can I create a bookmark to the listing of a computer's network shares?Unable to access limited access folder from Windows 7 PCUnable to setup Samba FileshareOVH - Dedi 14.04 Server - Raid Reconfiguration Help for a Total NoobIs sharing a mounted USB drive on Samba without a password a security risk?Ubuntu Server Disk Set-upcreate home backup serverFiles Permission with nginxUbuntu Server 16 SFTP + downloading latest randomly named file
How to notate time signature switching consistently every measure
Did 3000BC Egyptians use meteoric iron weapons?
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
If a Druid sees an animal’s corpse, can they wild shape into that animal?
Did Section 31 appear in Star Trek: The Next Generation?
Do these rules for Critical Successes and Critical Failures seem Fair?
How come people say “Would of”?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
Is an up-to-date browser secure on an out-of-date OS?
Right tool to dig six foot holes?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
How are circuits which use complex ICs normally simulated?
Deal with toxic manager when you can't quit
Are there incongruent pythagorean triangles with the same perimeter and same area?
Aging parents with no investments
Loose spokes after only a few rides
Are children permitted to help build the Beis Hamikdash?
What is the meaning of the verb "bear" in this context?
Why can Shazam fly?
Geography at the pixel level
One word riddle: Vowel in the middle
Return to UK after being refused entry years previously
Earliest use of the term "Galois extension"?
Help with creating ubuntu “File server”
The 2019 Stack Overflow Developer Survey Results Are InStorage server with NTFS and Linux on old machineHow can I create a bookmark to the listing of a computer's network shares?Unable to access limited access folder from Windows 7 PCUnable to setup Samba FileshareOVH - Dedi 14.04 Server - Raid Reconfiguration Help for a Total NoobIs sharing a mounted USB drive on Samba without a password a security risk?Ubuntu Server Disk Set-upcreate home backup serverFiles Permission with nginxUbuntu Server 16 SFTP + downloading latest randomly named file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to create a folder for transferring videos and pictures on local network between my house computers to a spare PC. I have a spare PC with 4TB HDD that I want to dedicate for this small project. I want to transfer all the pictures and videos to this spare PC and store them over there, and I want to be able to use it for a long time as a "storage server".
While researching I saw 2 main options:
use Ubuntu distro to simply click on a folder and choose share this folder.
use Ubuntu Server distro and choose Samba options. that seems a little bit complicated, but if it will be better solution I am willing to take the time and learn the process online.
I guess my question is: what will be the benefits of using option number 2? I will prefer to use option number 1 because its seems more beginner friendly.
Im not that concern about security, the only purpose of this project is to move a lot of family pictures and video from our personal computers.
server samba
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
|
show 2 more comments
I want to create a folder for transferring videos and pictures on local network between my house computers to a spare PC. I have a spare PC with 4TB HDD that I want to dedicate for this small project. I want to transfer all the pictures and videos to this spare PC and store them over there, and I want to be able to use it for a long time as a "storage server".
While researching I saw 2 main options:
use Ubuntu distro to simply click on a folder and choose share this folder.
use Ubuntu Server distro and choose Samba options. that seems a little bit complicated, but if it will be better solution I am willing to take the time and learn the process online.
I guess my question is: what will be the benefits of using option number 2? I will prefer to use option number 1 because its seems more beginner friendly.
Im not that concern about security, the only purpose of this project is to move a lot of family pictures and video from our personal computers.
server samba
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
You can learn something from option 2, and also it dosn't require desktop environment as not very needed for task. Since you're beginner feel free to use option 1. If option 1 requirements meet your hardware, there is not much difference for home NAS server.
– LeonidMew
2 days ago
Thank you very much for your fast response. my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
1
This is somewhat opinion-based (and therefore offtopic) but yes, option 1 is the more beginner-friendly. The big advantage of option 2 is that you don't need a physical screen where the server is placed, be it in a cupboard or in the attic or wherever. You still need a physical screen to connect to the server and administer it, but that could be a laptop somewhere, and only at the times when you need it.
– Jos
2 days ago
HI Jos, thanks for your response, i guess i will refer the same qustion for you: my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
2
That is very well possible. If you want to access the server from another computer (rather than plugging the monitor back in), you will need to install anSSHdaemon first, but that is very simple. The Ubuntu Server edition has that built in, of course. You will also be running a complete desktop environment that you don't use, but that takes relatively little space or performance.
– Jos
2 days ago
|
show 2 more comments
I want to create a folder for transferring videos and pictures on local network between my house computers to a spare PC. I have a spare PC with 4TB HDD that I want to dedicate for this small project. I want to transfer all the pictures and videos to this spare PC and store them over there, and I want to be able to use it for a long time as a "storage server".
While researching I saw 2 main options:
use Ubuntu distro to simply click on a folder and choose share this folder.
use Ubuntu Server distro and choose Samba options. that seems a little bit complicated, but if it will be better solution I am willing to take the time and learn the process online.
I guess my question is: what will be the benefits of using option number 2? I will prefer to use option number 1 because its seems more beginner friendly.
Im not that concern about security, the only purpose of this project is to move a lot of family pictures and video from our personal computers.
server samba
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I want to create a folder for transferring videos and pictures on local network between my house computers to a spare PC. I have a spare PC with 4TB HDD that I want to dedicate for this small project. I want to transfer all the pictures and videos to this spare PC and store them over there, and I want to be able to use it for a long time as a "storage server".
While researching I saw 2 main options:
use Ubuntu distro to simply click on a folder and choose share this folder.
use Ubuntu Server distro and choose Samba options. that seems a little bit complicated, but if it will be better solution I am willing to take the time and learn the process online.
I guess my question is: what will be the benefits of using option number 2? I will prefer to use option number 1 because its seems more beginner friendly.
Im not that concern about security, the only purpose of this project is to move a lot of family pictures and video from our personal computers.
server samba
server samba
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
Shaked
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
ShakedShaked
11
11
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Shaked is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
You can learn something from option 2, and also it dosn't require desktop environment as not very needed for task. Since you're beginner feel free to use option 1. If option 1 requirements meet your hardware, there is not much difference for home NAS server.
– LeonidMew
2 days ago
Thank you very much for your fast response. my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
1
This is somewhat opinion-based (and therefore offtopic) but yes, option 1 is the more beginner-friendly. The big advantage of option 2 is that you don't need a physical screen where the server is placed, be it in a cupboard or in the attic or wherever. You still need a physical screen to connect to the server and administer it, but that could be a laptop somewhere, and only at the times when you need it.
– Jos
2 days ago
HI Jos, thanks for your response, i guess i will refer the same qustion for you: my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
2
That is very well possible. If you want to access the server from another computer (rather than plugging the monitor back in), you will need to install anSSHdaemon first, but that is very simple. The Ubuntu Server edition has that built in, of course. You will also be running a complete desktop environment that you don't use, but that takes relatively little space or performance.
– Jos
2 days ago
|
show 2 more comments
1
You can learn something from option 2, and also it dosn't require desktop environment as not very needed for task. Since you're beginner feel free to use option 1. If option 1 requirements meet your hardware, there is not much difference for home NAS server.
– LeonidMew
2 days ago
Thank you very much for your fast response. my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
1
This is somewhat opinion-based (and therefore offtopic) but yes, option 1 is the more beginner-friendly. The big advantage of option 2 is that you don't need a physical screen where the server is placed, be it in a cupboard or in the attic or wherever. You still need a physical screen to connect to the server and administer it, but that could be a laptop somewhere, and only at the times when you need it.
– Jos
2 days ago
HI Jos, thanks for your response, i guess i will refer the same qustion for you: my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
2
That is very well possible. If you want to access the server from another computer (rather than plugging the monitor back in), you will need to install anSSHdaemon first, but that is very simple. The Ubuntu Server edition has that built in, of course. You will also be running a complete desktop environment that you don't use, but that takes relatively little space or performance.
– Jos
2 days ago
1
1
You can learn something from option 2, and also it dosn't require desktop environment as not very needed for task. Since you're beginner feel free to use option 1. If option 1 requirements meet your hardware, there is not much difference for home NAS server.
– LeonidMew
2 days ago
You can learn something from option 2, and also it dosn't require desktop environment as not very needed for task. Since you're beginner feel free to use option 1. If option 1 requirements meet your hardware, there is not much difference for home NAS server.
– LeonidMew
2 days ago
Thank you very much for your fast response. my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
Thank you very much for your fast response. my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
1
1
This is somewhat opinion-based (and therefore offtopic) but yes, option 1 is the more beginner-friendly. The big advantage of option 2 is that you don't need a physical screen where the server is placed, be it in a cupboard or in the attic or wherever. You still need a physical screen to connect to the server and administer it, but that could be a laptop somewhere, and only at the times when you need it.
– Jos
2 days ago
This is somewhat opinion-based (and therefore offtopic) but yes, option 1 is the more beginner-friendly. The big advantage of option 2 is that you don't need a physical screen where the server is placed, be it in a cupboard or in the attic or wherever. You still need a physical screen to connect to the server and administer it, but that could be a laptop somewhere, and only at the times when you need it.
– Jos
2 days ago
HI Jos, thanks for your response, i guess i will refer the same qustion for you: my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
HI Jos, thanks for your response, i guess i will refer the same qustion for you: my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
2
2
That is very well possible. If you want to access the server from another computer (rather than plugging the monitor back in), you will need to install an
SSH daemon first, but that is very simple. The Ubuntu Server edition has that built in, of course. You will also be running a complete desktop environment that you don't use, but that takes relatively little space or performance.– Jos
2 days ago
That is very well possible. If you want to access the server from another computer (rather than plugging the monitor back in), you will need to install an
SSH daemon first, but that is very simple. The Ubuntu Server edition has that built in, of course. You will also be running a complete desktop environment that you don't use, but that takes relatively little space or performance.– Jos
2 days ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
Well, there are 3 main options. 3d one was mentioned in the comments. You can share files over:
NFS protocol- that one, as I understand it, is the protocol over which default ubuntu share option, mentioned by you, works.sambaSSH
I would recommend to go with samba for 1 reason: there are a lot of tutorials and information available on it. And if you're new to certain technology it's important to be able to easily find help online. You will face troubles with any option, but with some it will be easier to find solutions online.
If you're not concerned about security samba is a good pick. It's not that complicated, it does not use encryption (that makes it a little faster than a default setup of SSH), it allows you to share files with Windows machines and, after some configuration, it lets you share the whole /home directory or almost anything you want. Also, when I was searching info myself, I was able to find more information on it, rather than on a default ubuntu share mechanism.
1st option is okay too. To connect to the server (if it's set up correctly) you may type nfs://yourservername/yourfoldername
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Shaked is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132139%2fhelp-with-creating-ubuntu-file-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well, there are 3 main options. 3d one was mentioned in the comments. You can share files over:
NFS protocol- that one, as I understand it, is the protocol over which default ubuntu share option, mentioned by you, works.sambaSSH
I would recommend to go with samba for 1 reason: there are a lot of tutorials and information available on it. And if you're new to certain technology it's important to be able to easily find help online. You will face troubles with any option, but with some it will be easier to find solutions online.
If you're not concerned about security samba is a good pick. It's not that complicated, it does not use encryption (that makes it a little faster than a default setup of SSH), it allows you to share files with Windows machines and, after some configuration, it lets you share the whole /home directory or almost anything you want. Also, when I was searching info myself, I was able to find more information on it, rather than on a default ubuntu share mechanism.
1st option is okay too. To connect to the server (if it's set up correctly) you may type nfs://yourservername/yourfoldername
add a comment |
Well, there are 3 main options. 3d one was mentioned in the comments. You can share files over:
NFS protocol- that one, as I understand it, is the protocol over which default ubuntu share option, mentioned by you, works.sambaSSH
I would recommend to go with samba for 1 reason: there are a lot of tutorials and information available on it. And if you're new to certain technology it's important to be able to easily find help online. You will face troubles with any option, but with some it will be easier to find solutions online.
If you're not concerned about security samba is a good pick. It's not that complicated, it does not use encryption (that makes it a little faster than a default setup of SSH), it allows you to share files with Windows machines and, after some configuration, it lets you share the whole /home directory or almost anything you want. Also, when I was searching info myself, I was able to find more information on it, rather than on a default ubuntu share mechanism.
1st option is okay too. To connect to the server (if it's set up correctly) you may type nfs://yourservername/yourfoldername
add a comment |
Well, there are 3 main options. 3d one was mentioned in the comments. You can share files over:
NFS protocol- that one, as I understand it, is the protocol over which default ubuntu share option, mentioned by you, works.sambaSSH
I would recommend to go with samba for 1 reason: there are a lot of tutorials and information available on it. And if you're new to certain technology it's important to be able to easily find help online. You will face troubles with any option, but with some it will be easier to find solutions online.
If you're not concerned about security samba is a good pick. It's not that complicated, it does not use encryption (that makes it a little faster than a default setup of SSH), it allows you to share files with Windows machines and, after some configuration, it lets you share the whole /home directory or almost anything you want. Also, when I was searching info myself, I was able to find more information on it, rather than on a default ubuntu share mechanism.
1st option is okay too. To connect to the server (if it's set up correctly) you may type nfs://yourservername/yourfoldername
Well, there are 3 main options. 3d one was mentioned in the comments. You can share files over:
NFS protocol- that one, as I understand it, is the protocol over which default ubuntu share option, mentioned by you, works.sambaSSH
I would recommend to go with samba for 1 reason: there are a lot of tutorials and information available on it. And if you're new to certain technology it's important to be able to easily find help online. You will face troubles with any option, but with some it will be easier to find solutions online.
If you're not concerned about security samba is a good pick. It's not that complicated, it does not use encryption (that makes it a little faster than a default setup of SSH), it allows you to share files with Windows machines and, after some configuration, it lets you share the whole /home directory or almost anything you want. Also, when I was searching info myself, I was able to find more information on it, rather than on a default ubuntu share mechanism.
1st option is okay too. To connect to the server (if it's set up correctly) you may type nfs://yourservername/yourfoldername
edited yesterday
answered 2 days ago
Ivan K.Ivan K.
674
674
add a comment |
add a comment |
Shaked is a new contributor. Be nice, and check out our Code of Conduct.
Shaked is a new contributor. Be nice, and check out our Code of Conduct.
Shaked is a new contributor. Be nice, and check out our Code of Conduct.
Shaked is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132139%2fhelp-with-creating-ubuntu-file-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You can learn something from option 2, and also it dosn't require desktop environment as not very needed for task. Since you're beginner feel free to use option 1. If option 1 requirements meet your hardware, there is not much difference for home NAS server.
– LeonidMew
2 days ago
Thank you very much for your fast response. my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
1
This is somewhat opinion-based (and therefore offtopic) but yes, option 1 is the more beginner-friendly. The big advantage of option 2 is that you don't need a physical screen where the server is placed, be it in a cupboard or in the attic or wherever. You still need a physical screen to connect to the server and administer it, but that could be a laptop somewhere, and only at the times when you need it.
– Jos
2 days ago
HI Jos, thanks for your response, i guess i will refer the same qustion for you: my plan is to set up everything with option 1, and then plug out the monitor, keyboard and mouse. keep the pc on and forget about it, but i don't know if this make sense, what do you think about my "plan"?
– Shaked
2 days ago
2
That is very well possible. If you want to access the server from another computer (rather than plugging the monitor back in), you will need to install an
SSHdaemon first, but that is very simple. The Ubuntu Server edition has that built in, of course. You will also be running a complete desktop environment that you don't use, but that takes relatively little space or performance.– Jos
2 days ago