No video

RASPBERRY Pi 4 - How To Build POWERFUL NAS | ULTIMATE Raspberry Pi 4 NAS Server Setup 2020

Do you have Raspberry Pi 4 ? Then, convert your Raspberry Pi 4 in to NAS Server (Mini Cloud ) To Share your data across your home network.
Raspberry PI 4 is one of the fastest computer architecture ever From raspberry foundation. Raspberry Pi 4 is a credit card sized computer that can be used for your personal computing. It has the fastest ARM Cortex A-72 Quad Core Processor, 4 GB of Ram, all new Giga Bit ethernet port, Type C USB port For power supply & more. Raspberry PI 4 can be used for different projects. You can build Robotic instruments, Media Server, Air Server & most importantly !!!!!!
#RaspberryPi #Nas #PiNas
Did you know that your Raspberry Pi 4 can be used to build a powerful NAS aka Network Attached storage. You read it, Right. Build Your Own local cloud server aka NAS Server using your Raspberry Pi 4 that allows to share & access files across your home network from multiple devices. There are many guides out there on the internet & this guide helps to successfully build your own nas server with Raspberry Pi 4. So, by the end of this Video, You will Learn HOW TO Build Powerful & Fastest NAS Server using your Own Raspberry Pi 4 & YES , it is much better than OpenMedia Vault NAS.
Uses Of Raspberry Pi 4 NAS Server
- Connect Your External Hard Drive To The Pi & Access all of the content in it across multiple devices on your home network.
- If you have more than 5 devices in your home, then backup is made simple. Dump all your data using raspberry Pi 4 NAS & access it from other devices.
To Build NAS Server With Raspberry Pi You need the following things
- An Ethernet Cable required to connect internet to your Raspberry pi 4
- An External Hard Drive Or SSD to store Data
- USB Type C power Supply
- A Faster Class 10 16 GB or Higher Micro SD
Note - You Can Use this guide to build your own raspberry pi NAS server. Works On Both Raspberry Pi 3 Or Raspberry Pi 4 To build NAS Server with Raspberry. In this video, I will show you building a powerful NAS server with raspberry Pi 4, so you can follow the same process for Raspberry Pi 3
Download Links
Install Advanced IP Scanner To find the IP address Of your Raspberry Pi 4 - www.advanced-i...
Download Raspbian Image - www.raspberryp...
Burn it using Etcher - www.balena.io/...
SD Formatter - www.sdcard.org...
Command List :
First Update all Of the Repositories By
typing this Command inside Terminal
sudo apt-get update
Then Try To Install These Packages TO Add An Support For NTFS &
EXFAT File Systems With in the Raspberry PI
NTFS Package :
sudo apt-get install ntfs-3g
Exfat Package:
sudo apt-get install exfat-utils exfat-fuse
Samba Server Installation:
sudo apt-get install samba samba-common-bin
Creating a Directory inside the root
sudo mkdir /PiServer (You can use Any Name)
Change the Permissions to that Directory
Sudo chmod 777 /PiServer
Type LSBLK to check the mounting point of the connected drives
sudo mount /dev/sda{number} /PiServer
Configuring samba
sudo nano /etc/samba/smb.conf
[Server Name]
comment = "anyname"
path = /PiServer
browseable = yes
read only = no
writeable= yes
create mask = 0777
directory mask = 0777
public = no
force user = root
Adding user To Access Raspberry Pi NAS Server
Sudo adduser KSKROYAL
Sudo smbpasswd - a KSKROYAL
Restating the Samba -
sudo /etc/init.d/smbd restart
sudo /etc/init.d/nmbd restart
To Auto mount Drives upon Rebooting
sudo nano /etc/fstab & add the below line
/dev/sda1 /PiServer auto defaults, user 0 2
To Set A Static IP address For Your Raspberry Pi which means it will never change upon rebooting
Sudo nano /etc/dhcpcd.conf & add these lines to the end of the file
static ip_address = 192.168.0.23/24
static routers = 192.168.0.1
static domain_name_servers = 192.168.0.1
Note : In the above line, I have set 192.168.0.23 as my default raspberry pi 4 NAS Server IP address you can use any series
Between 192.168.0.2 - 192.168.0.24
Other Linux Videos
How To Dual Boot Windows 10 & Linux UBUNTU
• How To Dual Boot UBUNT...
How to install Kali Linux 2020.1 In Virtual Box :
• Install Kali Linux 202...
How to install Kali Linux 2020.1 In Virtual Box :
• Install Kali Linux 202...
Pop OS Review
• Pop OS 19.10 - The Po...
……………………………
▶ Follow Me
On Social Media
……………………………
✔ For Enquires & Any Issues - business.ksktech@yahoo.com
Music used in the video
KZread Free Music - [ Root Of Legend]
Outro Music Credits
JPB & MYRNE - Feels Right (ft. Yung Fusion) [NCS Release]
• JPB & MYRNE - Feels Ri...

Пікірлер: 657

  • @freakbiker
    @freakbiker3 жыл бұрын

    Excellent, I like how you just go right through it quickly, let me pause and go at my pace instead of drawn out talking that others tend to do

  • @eie_for_you
    @eie_for_you3 жыл бұрын

    This was WAY awesome! Exactly what I needed as a Raspberry Pi / Linux TOTAL neophyte. This for dummies approach was absolutely PERFECT! Thanks you for being so thorough.

  • @xxcr4ckzzxx840
    @xxcr4ckzzxx8404 жыл бұрын

    All in all its not really a good tutorial. Video is nice tho, but i have some critique: 1.) There is A LOT of unecessary steps. U dont need SD Card Formatter. Just use Built in Windows tools for that, or let Balena do the Job. U also dont need to unzip the File. Balena does it. If u dont use the Desktop AT ALL, then why eat up ressources with the full blown 6GB Version of raspbian? Just use the "lite" one. 2.) Security Issues. You should NEVER use 777 for anything. If someone gets in your LAN, your files are pretty much gone. If its a "Cloud" even just locally, then secure it. Change the Default root Password. Set good permissions like 775 or even 750. Also use SMB V3 and dont support legacy devices with SMB 1 or 2 support, if you dont need to. 3.) Redundancy. You should explain what it does for you with your exact setup. Beginners could think its all fine and all of the sudden the drive is gone including all the files. At least say, that they need a seperate Backup of their files or explain how to setup a Raid1 even tho it does NOT work as a Backup plan. But redundancy is better than nothing. Video quality is alright tho. Hope you aren´t mad, thats just some thoughts i had.

  • @slimLine214

    @slimLine214

    4 жыл бұрын

    If you take a fraction of the time you spent on the reply to read the description, you can infer that this video is not designed to do everything for you. It simply states you will "learn HOW TO build..." a NAS. Most people that will follow this would be beginners that SHOULD be doing more research than just doing what the creator did in the video. Although it would be helpful, he doesn't have to spoon feed you every bit of information. There are many different ways to go about this as well as different operating systems (which are also in the description). That being said, I do agree with you on being cautious with permissions. That would be something that a beginner might not be able to notice right away.

  • @xxcr4ckzzxx840

    @xxcr4ckzzxx840

    4 жыл бұрын

    @@slimLine214 I agree with you that I should've read the discription, but most ppl will use this kind of videos as a step by step and IF u really are a beginner with little knowledge overall, then it may be a good idea to learn it the right way. You can't cover everything in a video, but here are really some points that aren't explained enough or are really unnecessary. And that's mostly what my comment is all about. Plus some "notes". But I agree that this video shouldn't be a spoonfeeding video. Maybe it would be nice, to say that in the beginning too. And as I said, I don't think it's bad overall, there are just some mistakes and it shows, that the creator is more familiar with Apple devices and MacOS in general.

  • @xxcr4ckzzxx840

    @xxcr4ckzzxx840

    4 жыл бұрын

    @@slimLine214 I need to add something here: I quickly looked into the discription and as it seems like, at least for me, it's a step by step guide. That's why there are all the steps in the discription too. So, yeah as I said, not a bad video, but mistakes where made. My comment may be something the creator can learn from, if he wants to. It's feedback, not more and not less. I personally would appreciate it and it seems like that the creator does too, which is always a good thing, because learning is great! :)

  • @SpekulacjeTV

    @SpekulacjeTV

    4 жыл бұрын

    👍🏻

  • @balamurugans6394

    @balamurugans6394

    4 жыл бұрын

    @@slimLine214 hey there you said there should be no spoon feeding then where can I learn these things please tell me

  • @Abduu9x
    @Abduu9x4 жыл бұрын

    This channel is getting better every day keep it up 💪💪

  • @kskroyaltech

    @kskroyaltech

    4 жыл бұрын

    Shukraan

  • @voltifer5267

    @voltifer5267

    4 жыл бұрын

    Ksk Royal I don’t get it. Use English so everyone can understand

  • @FazBonfire

    @FazBonfire

    4 жыл бұрын

    You could easily guess it means "thanks" but I assume you had to act like a dickhead :)

  • @sonisonhanse4433

    @sonisonhanse4433

    3 жыл бұрын

    @@kskroyaltech not booting after I unplugged the mount drive

  • @ianchim4002

    @ianchim4002

    3 жыл бұрын

    Okay.

  • @FlashTrouserman
    @FlashTrouserman3 жыл бұрын

    not sure if I have commented already but this worked a treat, fantastic work

  • @PeterCane
    @PeterCane3 жыл бұрын

    Hey, thanks for a great tutorial. I found yours to be by far the most complete and understandable of many I looked at.

  • @DevonDassaw

    @DevonDassaw

    2 жыл бұрын

    I echo those sentiments

  • @salzdorfer
    @salzdorfer3 жыл бұрын

    You said: it is much better than a OpenMediaVault NAS. Can you explain it?

  • @manishholla

    @manishholla

    2 жыл бұрын

    Yes he said at the end.. but after watching this video, I liked Openmediavault more than this..

  • @FlamingArrow444

    @FlamingArrow444

    2 жыл бұрын

    @@manishholla open media vault is just more known i feel like, i definitely feel safer using open media vault

  • @jayrowe6473
    @jayrowe64734 жыл бұрын

    Great informative video, and I must say perfect use of background music, which is rare in a KZread video!

  • @kskroyaltech

    @kskroyaltech

    4 жыл бұрын

    Thank you so much jay . I appreciate that.

  • @bigkbron
    @bigkbron4 жыл бұрын

    I usually do not leave any comments and usually do not subscribe to any channels. But man you deserve this. I have gone to other channels and they are so confusing. Screw the idiots that say that there were many steps. I needed them all. Thanks a lot and I hope your channel blows up with subscribers. Good luck.

  • @mikaelwetterlundh92
    @mikaelwetterlundh923 жыл бұрын

    Worked like a charm! Tried 4 different youtube videos , no one worked as expected. This one worked.Thanx!!!

  • @router5840
    @router58402 жыл бұрын

    Well 11 months on I have just done this again with a new install of Bullseye and two ssd drives awesome video thanks again.

  • @kskroyaltech

    @kskroyaltech

    2 жыл бұрын

    Amazing good to hear.

  • @ykkim646
    @ykkim6462 жыл бұрын

    Having watched tons of youtube samba clip, you are the BEST even explaining details and in depth, awesome!

  • @kskroyaltech

    @kskroyaltech

    2 жыл бұрын

    Glad you enjoyed it!

  • @BadKarma714
    @BadKarma7143 жыл бұрын

    I’m not a big KZread channel but I’m looking for a solution to store and edit Videos on and would this be a viable solution for now until I get bigger?

  • @kskroyaltech

    @kskroyaltech

    3 жыл бұрын

    It’s ok to store the data

  • @blakecasimir
    @blakecasimir4 жыл бұрын

    Entirely personal preference of course, but rather than cluttering the root folder of the Pi with extra folders, I would suggest placing the PiServer folder (or whatever one has named the mount point) in the /mnt folder. Cleaner. A bit more "standard".

  • @SenhorDeOutraTerra
    @SenhorDeOutraTerra3 жыл бұрын

    SUPER NICE. Thanks. One question : Can this setup have 2 hdd or sdd in raid 0. That would be great to secure important stuff if one drive die. Thank you again

  • @djeanql
    @djeanql4 жыл бұрын

    If anyone has the error "The ntfs volume is exclusively opened" then just use the *umount* command

  • @MrSpencerJones

    @MrSpencerJones

    3 жыл бұрын

    Thanks. I unmounted on the Raspberry Pi os GUI. Then tried the mount command again and that worked fine.

  • @djeanql

    @djeanql

    3 жыл бұрын

    @@MrSpencerJones glad to help!

  • @MayankJairaj

    @MayankJairaj

    3 жыл бұрын

    OMG if sm1 is as blind as me then it's written " *u* mount " not unmount 🤦‍♂️

  • @alvintamin4729
    @alvintamin47293 жыл бұрын

    This is the perfect awesome tutorial for someone with an unused raspi around them. You could also upgrade your router, preferably to wifi 6 router with an usb slot, that way we get a NAS + upgraded router / network overall

  • @DevJerami
    @DevJerami Жыл бұрын

    good video, i tried to find out how to repformat USB pen drive over 1TB on raspberry pi, and find this video, i got some new idea from your tutorials..thanks bro...

  • @Youdontknow591
    @Youdontknow5912 жыл бұрын

    Thank you so much. I have been having trouble with open media vault for months and was fed up with it just no working.

  • @omarkhalidshohag1474
    @omarkhalidshohag14743 жыл бұрын

    Can it be done using a GUI enabled Linux distro for pie? For not only sharing files but also running software directly from NAS? For example, I need to download files directly to my NAS using a torrent client and also seed the files for as long as the device is online. Is it possible here? Also, will it support RAID? Synology provides excellent NAS solutions but they are pretty expensive for me and I just need some basic functionality. So I was thinking if it were possible using Linux on pi so that I can run my desire software on it and also use it as cloud storage. If it can be done using Linux GUI, will you share a tutorial? Also, can it be used as a web server or can I host my website on this NAS (just for experiments)?

  • @weremarc
    @weremarc4 жыл бұрын

    This is a very nice tutorial and all the steps are detailled to make a basic local network shared hard drive cheap. Though even if it working seamlesly please warn your audience that this is not yet a secure solution. I would enjoy a sequel explaining how to secure this NAS. Keep up the good work! :)

  • @vinupec

    @vinupec

    3 жыл бұрын

    Hi. I followed this video and has setup a nas drive. Could you please direct me to making this secure? Thank You.

  • @colinpeter9938
    @colinpeter99384 жыл бұрын

    Worked like a charm! Brilliant ! Thank you !!!

  • @cosmo499
    @cosmo4994 жыл бұрын

    Great Video!. Tried to do a Samba NAS with other tutorials but your's was the best. And you explained which made it even more easy to understand. Have a good day!

  • @kskroyaltech

    @kskroyaltech

    4 жыл бұрын

    You are welcome

  • @brijeshkhokhar
    @brijeshkhokhar4 жыл бұрын

    thank for your NAS setup videos, by watching 3 videos of NAS, I created NAS server with two different user and attach single drive with two partition and given access to drive with specific user.

  • @anttisaari9831
    @anttisaari98313 жыл бұрын

    7:29 HOW does your thumb bend 90 degrees backwards...! That's insane. Great video by the way :)

  • @shirazmohammad2266

    @shirazmohammad2266

    3 жыл бұрын

    LMFAO

  • @SRoyTheComfy

    @SRoyTheComfy

    3 жыл бұрын

    mine does too

  • @suburbannerd5586
    @suburbannerd55864 жыл бұрын

    Thanks for the tutorial. I would also recommend reserving that IP address in your router.

  • @CZARNYEU

    @CZARNYEU

    4 жыл бұрын

    How do that?

  • @wallyshangle2905

    @wallyshangle2905

    4 жыл бұрын

    @@CZARNYEU Set the DHCP address range in your router (assuming that is your DHCP server) and pick a range to be assigned so the static IP is outside of that range.

  • @wowzande

    @wowzande

    3 жыл бұрын

    @@wallyshangle2905 thank you bro

  • @yogeshasalkar2507
    @yogeshasalkar25072 жыл бұрын

    Awesome video 🔥

  • @SanmoyRay
    @SanmoyRay4 жыл бұрын

    Was able to connect from a personal laptop but not from an office laptop due to security policy. "You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network." The folder "Nas Server" is password protected but the root is not, which is causing the problem. Used open media vault. Much much better and a nice GUI to setup everything.

  • @devinsolomon200
    @devinsolomon2003 жыл бұрын

    Fantastic video! The raspberry pi really is an interesting little computer.

  • @kskroyaltech

    @kskroyaltech

    3 жыл бұрын

    Indeed!

  • @yengee0109
    @yengee01093 жыл бұрын

    Hi KsK Just now saw your video and is very informative. Planning to build one myself, but would like to know if more than one Harddrive be attached to the Pi and also be seen on the network as separate drives? Would appreciate a quick response. Thanks

  • @clarckmonclair3853
    @clarckmonclair38533 жыл бұрын

    Dude! You are really a genious, this video is priceless...

  • @kskroyaltech

    @kskroyaltech

    3 жыл бұрын

    Thank you So Much

  • @kpj54256
    @kpj542563 жыл бұрын

    By far the best video I have seen to actually get this working. I will go from here as for security. I have watched other videos and followed all their steps and been left with, "why can't I connect to it even though I did exactly as they said?" Thank you!

  • @jackcoulson1518
    @jackcoulson15183 жыл бұрын

    If you can't find the Samba share server in Networks in Windows File Explorer or if you can't connect to the samba share, pls follow the following steps. 1. sudo nano /etc/samba/smb.conf 1.1. In [global], append the following 1.1.1 client min protocol = SMB2 1.1.2 client max protocol = SMB3 2. Ctrl + O, Ctrl + X 3. Reboot the pi 4. Now you will be able to see the server. Hope this helped.

  • @AnilArya51
    @AnilArya513 жыл бұрын

    Now I installed Nextcloud, wordpress and NAS on my pi 2 it works and also can access files outside network and it's like drop box or Google Drive. Nextcloud is free and open-source do lacks some features so it's easy to move folders via NAS it easy to access file using Nextcloud app. I tried this on Diet Pi not Raspbian lite, thank you bro I would request you to make a tutorial on this so that other subscribers can use this

  • @ataharkamal
    @ataharkamal3 жыл бұрын

    Hi I followed your instructions and worked great with windows pc but when using with iphone the server is read only. Is there any way to make it writable?

  • @cfernandez557

    @cfernandez557

    3 жыл бұрын

    Same

  • @aldogandara2333
    @aldogandara23333 жыл бұрын

    Ok tutorialnya, mantab akhirnya dijadiin NAS dan Torrent di raspi.

  • @PaulJ404
    @PaulJ4042 жыл бұрын

    Simple step by step explanations to setup the NAS.

  • @atgnag
    @atgnag3 жыл бұрын

    Thanks for a great video. Can't wait for my storage drive to show up so I can get started!

  • @gordonfenton9054
    @gordonfenton90543 жыл бұрын

    excellent video, clear and concise explanations, great work.

  • @router5840
    @router58403 жыл бұрын

    This is a fantastic tutorial and worked first time for me as a Linux noob well done and thank you .

  • @mamsongmai
    @mamsongmai3 жыл бұрын

    Many thanks for your video. great help After RPI NAS done. my windows PC, mac mini and my android phone connected to RPI NAS perfectly And then last couple days my Windows PC show "Access Denied" when trying to connect to RPI NAS, others devices is still connect perfect I google for the problem some suggest "the permissions / owner" was not set correctly. I did not change any setting in Samba conifg Any suggestions ? Thanks in advance

  • @vigneshm3512
    @vigneshm35123 жыл бұрын

    Bro, Very helpful video Amazing content💥💥

  • @Seraph-1517
    @Seraph-15173 жыл бұрын

    First Raspberry Pi project done! Thanks!

  • @generalstep
    @generalstep4 жыл бұрын

    Best Video i have ever seen. Thank you. And can you make video about i mean same thing but using laptop and it's drive. With ubuntu server

  • @FacelessLeader645
    @FacelessLeader6454 жыл бұрын

    I'm getting this error at the final step when trying to map it on windows. I can connect fine on my iphone but not on windows. Any help is appreciated "the network folder specified is currently mapped using a different user name and password. To connect using a different user name and password, first, disconnect any existing mappings to this network status"

  • @mowo25wilson4

    @mowo25wilson4

    3 жыл бұрын

    Same

  • @3bertface01
    @3bertface012 жыл бұрын

    great video, clear and straightforward to understand. Once this is complete, what would be the next steps to enable remote access to the NAS or FTP?

  • @kskroyaltech

    @kskroyaltech

    2 жыл бұрын

    I did show in the video right ? Use the Raspberry pi address to connect to nas server

  • @robinjhunter
    @robinjhunter2 жыл бұрын

    very well preseneted indeed. thank you

  • @TAPASKARMAKAR_IT_CONSULTANT
    @TAPASKARMAKAR_IT_CONSULTANT2 жыл бұрын

    It's an excellent way to illustrate. Transparent and clear vision of sharing the technical details.

  • @kskroyaltech

    @kskroyaltech

    2 жыл бұрын

    Thank you For the Appreciation. Overwhelmed

  • @3dogs1monkey
    @3dogs1monkeyАй бұрын

    I can't write to NTFS mounted drive from my mac, can you do it with yours? ntfs-3g installed? Thanks

  • @raghu9270
    @raghu92704 жыл бұрын

    Hello KskRoyal, Kudos for a great video. I had absolutely no problems in following your steps and build the NAS server using a Raspberry Pi 3B+. I followed both the video as well as the written instructions and was successful in the very first attempt. I have used Wifi to connect the Pi to the router at the moment and plan to connect it via the Ethernet cable to improve speed subsequently. Now all my devices which include windows Laptop, Ipad,Iphone and Android phone are configured to to use the server. What else can i ask for. Thanks !! Incidentally, the same Raspberry Pi is also configured with the Magic Mirror project running simultaneously. Whoopie.

  • @thehonestunboxer3466

    @thehonestunboxer3466

    3 жыл бұрын

    Raghu but how did you connect the wad sata ssd .... I see some circuit board and cable

  • @batmansgta
    @batmansgta Жыл бұрын

    Every time I get to 14:22 (I've done this twice and I know I typed it correctly) I reboot and immediately get "You are in emergency mode. After logging in, type" the rest really doesn't matter because at the end it says "Press Enter to continue" but once I do that, I just get "You are in emergency mode." and the loop continues. I'm fairly new to coding. I've been trying to learn for a long time but my brain is swiss cheese from the pain meds I'm on.

  • @estu548
    @estu5483 жыл бұрын

    I can't believe it actually worked :-) THANKS!!!

  • @cattigereyes1
    @cattigereyes14 жыл бұрын

    The next video should be how to secure the network internal and external. One should be how to have a complete off line storage set up with multiple connections and security in-depth. Tehran other should show to to secure a NAS connected to the internet with max protections.

  • @socalfishing3121
    @socalfishing31214 ай бұрын

    Thank you for this great video

  • @MicheleNuovo
    @MicheleNuovo3 жыл бұрын

    Is it possible to build such NAS and also use the Rasperri Pi for watching multimedia contents on tv? I mean in the same distribution can be a NAS and a media center?

  • @msbwdb
    @msbwdb4 жыл бұрын

    When I go to connect, the ip address works fine and lets me log in to the pi with my samba username and password, but when I select my folder/drive to open it up it gives me "There was a problem connecting to the server" and "Check the server name or IP address, and then try again". Does anyone know how to solve this?

  • @wallyshangle2905

    @wallyshangle2905

    4 жыл бұрын

    I had the same issue. It worked when I mapped using "\\192.168.2.13\Raspberry Pi 4_01 Nas Server" (Windows 8.1, your IP of course)

  • @LillySchwartz
    @LillySchwartz3 жыл бұрын

    I did that with a Raspberry Pi3, just adding random USB drivesI had lying around. Bad mistake 😬 One drive ended up failing because they are not supposed to be running 24/7. If you’re going to do this, get yourself some NAS drives and set up a RAID + backup solution!

  • @unrealbot3027
    @unrealbot30273 жыл бұрын

    Do you need internet connectivity to access this NAS? Like, if I turn my NAS access point into a wireless wifi will I be able to connect to that wifi and access the files without internet?

  • @johno8425
    @johno84252 жыл бұрын

    Is there a reason I can't connect to my NAS from outside my home? With my WD personal cloud I can, seems like I missed a setting or something. It's works perfect for devices on my network, but if I leave the range of my router and try to connect it doesn't connect. Any suggestions?

  • @ujwalcs
    @ujwalcs3 жыл бұрын

    Hey, can you make a video on how to install nextcloud on raspberry pi and connect external storage with remote access. Basically an alternative to google drive (personal cloud storage)

  • @IdahoATVlife
    @IdahoATVlife3 жыл бұрын

    Great video thanks for taking the time to share your knowledge and help others. Helped me out for SURE!

  • @MrAppie9090
    @MrAppie90902 жыл бұрын

    This is very pleasant to watch. Good job ! Edit: next to being very clear and informative ofcourse.

  • @kskroyaltech

    @kskroyaltech

    2 жыл бұрын

    Awesome, thank you!

  • @MrAppie9090

    @MrAppie9090

    2 жыл бұрын

    @@kskroyaltech I'm just happy you made this. There are so many videos with bad sound, image quality, editing or general incompetence that sometimes you start to get desperate. But yours actually helped me a lot. Programmed the pi, tested it, all well. Now just to find a good case to store 4 hdd's in.

  • @AHabib1080
    @AHabib10803 жыл бұрын

    Can u make it work like "user based file"? I will keep it turn on, and when the user logs in to his account, he/she should get only his files only.. and also, can you make it browsable via web browsers in same wifi?

  • @yatindersingh_
    @yatindersingh_3 жыл бұрын

    Can you do a video to link this NAS to a sevice like plex for smart tvs and such? Please!

  • @khaledmechatronics4395
    @khaledmechatronics43953 жыл бұрын

    does it need to be a 4g ram, can I use 2g ram?

  • @jfan4reva
    @jfan4reva4 жыл бұрын

    How much memory does the Pi 4 need? 1G, 2G, 4G, 8G? Does it make a difference?

  • @left0verture
    @left0verture4 жыл бұрын

    All in all, I appreciate it. I’m not a total n00b, except in the *nix world. Nice to have a step by step intro. I had a Pi laying around and a MyBookDuo so an afternoon’s fiddling staved off boredom and netted me a (hopefully) useful result. Now if I can just figure out why I can’t get at the files from a Mac. (IOS devices work fine.)

  • @reverend481
    @reverend4812 жыл бұрын

    Could I use a pi 4 to have it as a NAS but also a PieHole (add blocker for every device on my network)??

  • @REDPanti
    @REDPanti4 жыл бұрын

    Wow Thanks

  • @DanJackielz
    @DanJackielz3 жыл бұрын

    If I want to do this on an older pc or laptop instead of on a RaspberryPi what do I need to do differently?

  • @danielsotosuarez6769
    @danielsotosuarez67693 жыл бұрын

    Nice tutorial but when checking or trying to open it using the Run box mine has a problem finding the IP address,something like (the remote device or resource won’t accept the connection) any thoughts on why is that happening and what can I do to fix it , this is the step on checking/connecting with a window pc. Thank you for your help , appreciate it.

  • @nismoskys
    @nismoskys4 жыл бұрын

    This is an awesome video and was really helpful for me! Thanks

  • @kskroyaltech

    @kskroyaltech

    4 жыл бұрын

    Glad it was helpful!

  • @filipporomani1743
    @filipporomani17434 жыл бұрын

    Thank you! I have to say thank to U, because this is the first tutorial I see that work's fine. You are really good to explain, and i have to say thank you again because it work's! (P.S. I'm italian and i don't know really good english ;P )

  • @TheNash738850
    @TheNash7388502 жыл бұрын

    Hello I went through everything again before adding this comment. I am on a Mac and I can’t drop files into the NAS? Am I doing something wrong?

  • @sebastianslapek
    @sebastianslapek3 жыл бұрын

    Powerful XD

  • @swaroopchirayinkil
    @swaroopchirayinkil4 жыл бұрын

    Every steps are precisely described 👍 thanks bro

  • @cattigereyes1
    @cattigereyes14 жыл бұрын

    Very clear and detailed thanks!

  • @mohamedsiddik0
    @mohamedsiddik03 жыл бұрын

    hello frd, Thanks for this video! i have some problem in this guide while restarting the samba server its shows following error "sudo: /etc/init.d/smbd: command not found"

  • @julio8a00
    @julio8a004 жыл бұрын

    Great video! I am going to try this out soon. Towards the end of your video, you mentioned being able to access the Pi and mounted drive from anywhere in the world, but need a public static IP address from the ISP. Do you have any more information on this? I'd like to connect photosync app via FTP and auto push up images (as a replacement for google photos or apple's cloud service). Is this possible based on what you build so far in the video? Thanks in advance.

  • @mohamedatef8424
    @mohamedatef84244 жыл бұрын

    Hello :) Nice Work i Have Questions :) i Can Add More User ? I can Add Permissions for users ?! its Secure ? i Can Let it Make Daily Backup ? Or not Thanks i Hope u see My Questions :)

  • @Koderwaska

    @Koderwaska

    4 жыл бұрын

    @Ksk Royal pls answer i would like to know this too

  • @ShubhamMishra-nd3vi
    @ShubhamMishra-nd3vi4 жыл бұрын

    was trying with raspberry 4 but didnt do the static ip assigning step as i was always seeing same ip getting assigned to my pi in my network on rebooting so skipped that step. After rebooting, my pi didnt get connected to network, on connecting display only initial recovery screen came up and nothing further, any ideas why this happened?

  • @jeffonthetown6100
    @jeffonthetown61003 жыл бұрын

    At the 16:45 mark, you're showing transfer speeds. Is it true that you're only getting a 10 - 12MB/s transfer speed? Is this a R-Pi4? I thought the speed would be faster with the improved USB and network ports. Please advise. Thank you. You may have just saved me $100, and alot of work.

  • @seraphin_creates
    @seraphin_creates3 жыл бұрын

    very nice tutorial man

  • @ramarajuv.n9065
    @ramarajuv.n90654 жыл бұрын

    very useful. i did it as per this video. i can browse my hard drive photos from phone easily. Thank you very much.

  • @kskroyaltech

    @kskroyaltech

    4 жыл бұрын

    Thank you man . I am glad it helped

  • @lilunboxer4615

    @lilunboxer4615

    3 жыл бұрын

    But how did you connect the ssd drive? Isadspter required

  • @nicholasdunn7690
    @nicholasdunn76903 жыл бұрын

    I'm having trouble with the last step, I have set the static ip address but for some reason when I search it up in windows run, it says 'Windows cannot find ', it might be because my default gateway is different to the router's since i am using an eero network. I have tried changing the ip but it just doesnt seem to work... Anyone have any suggestions?

  • @kushagramathur9818
    @kushagramathur98183 жыл бұрын

    need help as i a unable to connect the pi to my router my laptop is getting connected with the same cable what could be the reason

  • @SumitKumar-ip2dp
    @SumitKumar-ip2dp3 жыл бұрын

    How to access the NAS outside the home network or from anywhere ? Would appreciate shedding more light on public IP, Port forwarding etc principles behind this concept

  • @davidb.5911
    @davidb.59113 жыл бұрын

    Very clear instructions, thank you very much!

  • @kskroyaltech

    @kskroyaltech

    3 жыл бұрын

    😍

  • @maximillian76
    @maximillian763 жыл бұрын

    Very helpfull tutrial, thanks much. I now can connect the repositories from any devices. I wonder if I can connect from outside of my local network, such as cellular network (3G) ?

  • @kevinblack3706
    @kevinblack37063 жыл бұрын

    excellent video. very well explained. I will definitely try this. I would like to take it two steps further. I would like to add a second drive then add raid across the drives to protect the data. I would also like to add remote internet access which should be possible also. These could be two valuable followup videos. Let me know if you do these as I like your teaching style.

  • @jonny777bike
    @jonny777bike4 жыл бұрын

    Most commercial NAS like WD you can access over the internet. I think there is a way of access over internet via DuckDNS even if you have a dynamic IP address. Switching to a static IP address is usually a business internet and usually costs more. Why we do we need dynamic IP addresses with IP ver 6 I don’t know.

  • @jaypee...
    @jaypee...2 жыл бұрын

    Successfully unmounted the drive but unable to mount it again in the required drive. Can you help me bro pls....

  • @AmpliFreQuency
    @AmpliFreQuency4 жыл бұрын

    My setup uses an 8TB WB Elements external drive on NTFS. Not formatting my drive to try other filesystems though so mileage may vary.

  • @aNiPlOx

    @aNiPlOx

    4 жыл бұрын

    Have you noticed any performance issues with an NTFS formatted drive compared to any linux filesystems?

  • @polkaputo3226
    @polkaputo32262 жыл бұрын

    quick little addition - i highly recommend getting a hard drive made for NAS's because they're designed to be always on and consume less power

  • @harshitkaushik5994
    @harshitkaushik59943 жыл бұрын

    Really awesome video and helped me a lot. A request of mine, please make a vid on how to add another hdd to the pi like having one 500gb hdd and than when one buys one more hdd adding that hdd to this setup and creating a new folder for the same. Please help and if you can't make a vid on this please share the steps to do the same or an article link if available. Thanks

  • @bluepen61
    @bluepen614 жыл бұрын

    I like your video. It is clear and easy to understand. Thank you!!

  • @MadhuSudhan-wt9wv
    @MadhuSudhan-wt9wv3 жыл бұрын

    Thanks for the brief explanation, In the end when i try to access my NAS from windows 10 "Access denied" error. i checked the "auth.log" and found these: Apr 28 23:40:23 junupi smbd: pam_unix(samba:session): session closed for user nobody trying to figure out!

  • @vdsdon
    @vdsdon3 жыл бұрын

    Awesome tutorial. Just what i was looking for. I have one 1 question, I will not be able to access NAS from outside the Network without Static IP? Can you guide on how do actual NAS device achieve this without using static IP?

  • @dosgaming9715
    @dosgaming97153 жыл бұрын

    Best tutorial! Thank youuu!

  • @ogre2249
    @ogre22494 жыл бұрын

    Outstanding. Saw a video on Rasberry pi 4 computer. May get that for my truck.

  • @kskroyaltech

    @kskroyaltech

    4 жыл бұрын

    Thanks man