QUOTE(WaNaWe900 @ Jan 18 2021, 06:43 PM)
What's the error message? By right it should not be an issue for zip files to sync.NETWORK ATTACHED STORAGE (NAS) V2
NETWORK ATTACHED STORAGE (NAS) V2
|
|
Jan 19 2021, 11:33 AM
Return to original view | Post
#81
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
|
|
|
|
|
|
Jan 19 2021, 11:41 AM
Return to original view | Post
#82
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
Google Cloud: We do use some SolarWinds, but we weren't affected by mega hack
Hope really not affected. Otherwise the biggest data breach ever. |
|
|
Jan 19 2021, 02:52 PM
Return to original view | Post
#83
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(cHaRsIeWpAu^^ @ Jan 19 2021, 02:02 PM) we have to apply thermal paste on processor, sounds so hard for me. Seriously, that is one of the most easiest thing to do for PC assembling. If you not confident on assembling PC components, you can pay any PC shop to do it for you. It is just for one time job. Most of your time will be spent on software side. Prepare to spend hours to configure everything. A lot of IF this THEN that. |
|
|
Jan 22 2021, 09:18 AM
Return to original view | Post
#84
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
|
|
|
Jan 23 2021, 03:04 AM
Return to original view | Post
#85
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(WaNaWe900 @ Jan 22 2021, 11:28 PM) You mean NAS that won't upload the file? If you use your PC with GDrive, can upload the file. But only it won't be downloaded into NAS?I found this same situation but with Dopbox https://www.dropboxforum.com/t5/Dropbox-ins...ver/td-p/458051 Maybe Synology are over restricting or follow the cloud provider requirements. Can try rename the file or set password to encrypt the file, see it that can bypass the restriction. |
|
|
Jan 25 2021, 01:26 AM
Return to original view | Post
#86
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
Default is 5000 and 5001 if not mistaken. Control Panel > Network > DSM Settings to change DSM ports
Advisable change since hacker will target the default port. This post has been edited by xxboxx: Jan 25 2021, 01:28 AM |
|
|
|
|
|
Jan 26 2021, 02:47 AM
Return to original view | Post
#87
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(WaNaWe900 @ Jan 25 2021, 08:41 PM) Port numbers can run from 0 to 65353. Port numbers from 0 to 1023 are reserved for common TCP/IP applications and are called well-known ports. You should avoid using these ports. Above 5000 should be more safer. You can check at Control Panel > Firewall > Edit Rules to make sure built-in apps not using the port number that you will assign to DSM. Google it too to make sure it's in conflict with other important usage. WaNaWe900 liked this post
|
|
|
Jan 29 2021, 07:08 PM
Return to original view | Post
#88
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
1. What's the reason you want to encrypt certain folder? If you don't want other user to see or access the folder you can make it not available to that user. 2. You can expand to RAID-6, but conversion will take ages. Faster way will be to delete the RAID-5 pool, create RAID-6 pool with the additional HDD. Make sure to have backup of your data. 3. Can mix disk size, but the all disk can only use size as the smallest size HDD. If got 3 12TB HDD and 1 4TB HDD, all 4 disk is available size to use is 4TB. 4. Up to preference really, and available bay. I got 4 bays only and all is utilized. 5. If your HDD is heavily and frequently accessed, and mission critical, better to have spare. If can afford downtime then can utilized it as separate volume for scratch files. 6. Yes, can. Using Hyper backup to make backup on another volume of my NAS, on external drive through USB, and rsync backup to another NAS. 7. I think how each app was developed that resulted as such. DS Photo the first and thus using Photo folder. Moments was part of Drive so it is in Drive folder. I don't know the upcoming Photos will be in which folder, but heard it will be the app that will merge DS Photo and Moments. Additionally, see this video, he give good advise why one should do Snapshot. And since it's automated and doesn't really cost a lot of space, everyone should really have Snapshot on all their folders This video also teach the safer way if your NAS can be accessed from internet WaNaWe900 liked this post
|
|
|
Feb 6 2021, 02:48 PM
Return to original view | Post
#89
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
Those running Plex server and also have UPnP enabled in their router should disable UPnP for the time being until Plex is patched. QUOTE Netscout says that when a server/device running a Plex Media Server app is booted and connected to a network, it will start a local scan for other compatible devices via the Simple Service Discovery Protocol (SSDP). https://www.zdnet.com/article/plex-media-se...r-ddos-attacks/The problem comes when a Plex Media Server discovers a local router that has SSDP support enabled. When this happens, the Plex Media Server will add a NAT forwarding rule to the router, exposing its Plex Media SSDP (PMSSDP) service directly on the internet on UDP port 32414. Since the SSDP protocol has been known for years to be a perfect vector to amplify the size of a DDoS attack, this makes Plex Media servers a juicy and untapped source of DDoS bots for DDoS-for-hire operations. Netscout says that attackers only have to scan the internet for devices with this port enabled, and then abuse them to amplify web traffic they send to a DDoS attack victim. According to Netscout, the amplification factor is around 4.68, with a Plex Media server amplifying incoming PMSSDP packets from 52 bytes to around 281 bytes, before sending the packet to the victim. WaNaWe900 liked this post
|
|
|
Feb 20 2021, 10:37 PM
Return to original view | Post
#90
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(blibala @ Feb 20 2021, 11:05 AM) Hi sifus here. I just recently heard of NAS and did some quick reading on google. Need some recommendation on choosing right NAS to replace google drive storage. Currently i subscribe to google drive 2TB package which is $400+ /year. $400 a year.. really better invest on NAS. 1) Main purpose - photos videos backup from multiplr phones for all family members and photo sharing among us, laptop data backup and some personal data backup. No need streaming. 2) what brand is recommended and has similar features google drive offers? 3) data safety is important. Make sure still can retrieve back backups in case hard drive breakdown 4) how many bays recommended? 5) Type of recommended hard drive and life span? 6) do you all use plug with surge protector to protect the NAS? 7) can NAS backup whatsapp chat from phone similar to google drive? 8) which NAS has user friendly interface from web and mobile device? 9) Price - tight budget. Can consider RM500-RM1500 range Hope sifis here can give me some advise. Tqvm Got 3 main NAS brand in market, Synology, QNAP, and Asustor. Synology got the most polished software, QNAP better hardware, Asustor more on budget friendly but software not polished. 1. All NAS should be able to do backup of photos and videos from multiple phones. Laptop/PC backup also all should be able to do it. I'm using Synology and they have Active Backup for Business which it also can make laptop/PC drive's image backup, not sure the others have such functions. 2. Synology have almost same functions with Google. I got write a review at Reviews and Guides sub-forum, you can read it there. Not sure about QNAP and Asustor. 3. Same as Google Drive, data that can be constantly edited or deleted should not be consider as backup. With NAS you can make a volume for active data, these are data that sync with your phone and laptop/PC. Then make another volume for backup of those data. The best backup practice is follow 3-2-1 backup rules. 4. As my recommendation of NAS to handle 1 volume for active data and another volume for backup data, suggest to get at least 4 bays NAS. These day it's better to get NAS with Intel/AMD CPU that have at least 2 cores 4 treads, and 4GB RAM. You can get 2 bays NAS just for backup, but once you discover what else it can be use for, you will find the 2 bays will limit you from achieving it. 5. Get NAS hard drive, it is designed for running 24/7 and have vibration sensor to optimized performance. Though got 1 consumer NAS HDD that doesn't have vibration sensor even though it is the most expensive, and recently exposed to be using SMR drive. On the plus side, didn't hear much reliability issue with it's drive. So pick your poison. 6. Get UPS, preferably that have data USB that can connect to the NAS, when power failure it will send signal to NAS which will shut down to prevent damage. Surge protecting also part of UPS. 7. Do exactly as Whatsapp backup at Google Drive? I believe all NAS can't do it. Luckily WhatsApp also can make local backup (backup on phone's storage) that can fully restore all chats and documents. What we can do is backup this local folder to NAS. Synology have it's Cloud app that can sync local folder to NAS, but it is only limited to 1 folder for sync. The plus side is can specify root as folder, but it means the whole phone storage will be backed up, even other files that you don't care to backup. Syncing will also take longer time since too many files need to check and sync. Another issue is the app will not be updated anymore, so there's risk. Asustor don't have such option. QNAP with it's QFile should be able to specify local folder to sync, but I'm not sure it will also be limited to only 1 folder sync or not. What I'm doing now is using SMBSync2 to auto sync few local folders to NAS using SMB protocol. The limitation is it can only work when I'm connected to my wifi, but it's good enough for me. I'm actually now writing guide how to automated backup from phone to NAS using SMBSync2, can have a read later once I post it. If want to backup over internet can use Syncthing, but more things need to setup on NAS. 8. All 3 NAS have friendly interface these days. They are more similar to Chrome OS or Linux OS but it's not much different than Windows OS. What is different is you need to approach it as system admin handling multiple users accounts, including your own phone backup. This way to ensure security to your NAS. See it as you are Google while your family members is Google's users. You need to set what they can and cannot access. Also use 2FA as an additional security. 9. That's a very tight budget. Unfortunately good spec NAS with 4 bays is 2k above, and that haven't include HDD. For HDD you can get 2 HDD first and use RAID-1. When in future only get additional 2 HDD or more. Happy hunting! WaNaWe900 liked this post
|
|
|
Feb 21 2021, 06:32 PM
Return to original view | Post
#91
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(stormer.lyn @ Feb 21 2021, 11:58 AM) I see from your later pasts that you have a Synology DS920+. Can you report if you are using pi-hole on it, and how is the stability? I currently run Pi-hole off a RPi, and it works beautifully. I will be upgrading my NAS one day (target is DS220+), and will be running Pi-hole in Docker on it. Ya, I'm running pihole on DS920+, install from docker. Just updated it few days ago, with docker it is so easy.My current NAS is a Synology DS212j, and although it works well, the interface is incredibly slow and there are less updates for it. I just use it for the occasional torrent, where I have a browser plugin to right-click and send the download task to the NAS. Also do an auto backup of the important documents from my work (using Cloud Station Backup on the PC), which is then also backed up to the cloud. (Using Cloud Sync on the NAS) I am quite happy with the data redundancy since the NAS is also using SHR mirrored. Meaning I have a data copy on my PC, one on each NAS HDD, and one in the cloud, and is accessible when I am out and about. The icing on the cake would be running Pi-hole on the NAS too! Other than wanting Docker on it, and being a bit slow, the NAS has been almost flawless (the external PSU has died once....) in all the time I have been using it. 7 years running 24/7! Does anyone have any recommendation for a UPS? I was thinking of this RightPower. Would appreciate it if anyone has any experience and able to report back. ![]() Edit: spelling and grammar No issue with stability or any other issue. With intel Celeron/Pentium CPU, it's powerful enough to run pihole effortlessly. I see your NAS is single core 1.2GHz, that is very slow by todays standard. I think your router have more powerful CPU than that. Can use router to download torrent, less strain on NAS. If you get new NAS, can use your old NAS as additional backup for your important files. Can even use it as offsite backup if can put at other place and have fast internet. Don't have experience with that UPS. Another thing to consider is the UPS battery can easily get and easy to replace. Battery doesn't last long, few years then it will die. Changing it's battery will be cheaper than getting a new UPS. |
|
|
Feb 22 2021, 12:03 AM
Return to original view | Post
#92
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(stormer.lyn @ Feb 21 2021, 09:34 PM) How much RAM do you have in total? I'll probably only be running 3 Docker containers, in addition to what I already run now on the DS212j (Single core! 1.2GHz!! 256MB RAM!!!)Yes, it is slow when you login to the admin page. But it works flawlessly for everything I need; torrents, file sharing, local and cloud backup, and remote access. But it can't do Docker, so I have to run Pi-hole separately. But it is time for an upgrade, and I also thought to repurpose the RPi that is running Pi-hole. I'm running 2 dockers containers, RAM usage is almost 2GB. With some for caching, I think at least need 4GB. If want to run VM then 8 or 16GB only enough.Not too worried about the battery of the UPS, as I am familiar with electronics. Only need knowledge if the USB control works. But thanks for the tip. |
|
|
Feb 25 2021, 08:52 PM
Return to original view | Post
#93
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(Lurker @ Feb 25 2021, 04:51 PM) Docker is like mini VM. Instead of whole OS virtualization, it only virtualize the program (Docker call it as container). In locked OS such as NAS, with Docker you can run program/container that are otherwise not available. There's thousands of programs/containers that you can run. One of the most famous will be pi-hole. I also use it for jdownloader. |
|
|
|
|
|
Feb 26 2021, 08:29 PM
Return to original view | Post
#94
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(mostwanted82 @ Feb 26 2021, 11:05 AM) Guys, anyone experienced synology NAS detected Bad Sector on the Hard Disk drive? I mean how accurate it can be or it could be NAS false alarm? I don't think it's the NAS that detect bad sector. The HDD itself that detect it and inform the OS. The HDD also will do marking on the map table that the sector cannot be used anymore. What's the ID number and attribute from S.M.A.R.T info?FYI, I got a new replacement drive from RMA, but again the Synology NAS detected Bad sector. You can try hook the HDD to PC and check for any error or bad sector using program such as CrystalDiskInfo. QUOTE(WaNaWe900 @ Feb 26 2021, 02:33 PM) I tried to read "What is Pi-Hole" and still not understand the use of it Firstly, you need to understand what is DNS and DNS Server. From Cloudflare site:Is it good to have? and about JDownloader is not needed is it when I just use DS-Get to download my torrents link » Click to show Spoiler - click again to hide... « DNS Server is the one that manage DNS. It will periodically connect with other server to update the ip address for url. Pi-hole mostly used for DNS server. Do you change your DNS server to use Google's 8.8.8.8 or Cloudflare's 1.1.1.1? The reason to use other DNS server instead of default ISP is for bypassing blocked site or security purpose. Now more people are using pi-hole instead because the DNS list also include list of url to block, such as harmful site url or advertising url. Usually you will install adblock on every computer browser or phone, but if the router is configured to use pi-hole for DNS, all the devices that use the router connection will be filtered by pi-hole. Jdownloader is usually used for direct download. Some download site limit your ip can only download 1 time then have to wait how many hours/day. JDwonloader if configured, can make your router disconnect from isp and then connect back to get different ip. It also block cookie and change it's id so that the download site can't identified you, unlike internet browser. Jdownloader also can be used to download youtube video/audio/subtitle. Edit: added the bold This post has been edited by xxboxx: Feb 27 2021, 10:25 AM WaNaWe900 liked this post
|
|
|
Feb 27 2021, 11:22 AM
Return to original view | Post
#95
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(WaNaWe900 @ Feb 26 2021, 09:36 PM) Correct me if I'm wrong ar VPN make sure which site you go can't be known by ISP or other device, such as the network server/router on your company or the cafe wifi router. All these let's call it as middle-men.So what I get is by using Pi-hole thru Dockers in NAS can create safer & secure DNS How this different from using VPN About the Jdownloader maybe that happened to my download when too many ques using DS-Get Example, you go to maybank, lowyat, youtube website. But you're using, let's say VPNnord, all the middle-men see is you only going to VPNnord site. Thus the middle-men can't monitor what you're doing or steal your credential. Only the VPN know where you actually going and the data that's being exchanged, and there are cases of VPN company that give the user logs to govt when requested. Even if you use VPN, you can still be misled to fake site as the website address is determined by DNS server, as explained below. DNS server is the phone book. Let's say you want to go maybank site, you type maybank2u.com.my, the DNS server that check what are the ip for that site, in this case it is 118.214.167.79. DNS Spoofing is when an attacker change the maybank ip to other ip, usually to fake site so that they can steal your credential. Your PC or phone will think it is the correct address, even sees maybank2u.com.my at the address bar. ![]() Use ISP DNS will concern of security and privacy plus no blocking of ads. Use Google DNS will concern of privacy and no blocking of ads. WaNaWe900 liked this post
|
|
|
Mar 4 2021, 01:25 AM
Return to original view | Post
#96
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(stormer.lyn @ Mar 3 2021, 07:26 PM) There is another way to do this, which is called Synology Snapshot, where the NAS keeps previous versions of your files. This might save your ass if you ever get ransomware and all your files are encrypted, as it allows you to recover files from their previous state (...before encryption) I am thinking to use this method too, that's why looking to do an upgrade to the NAS. Ya, I got Snapshot running on all my shared folders. If there's no changes to the files it didn't take any additional space for snapshot. I also created a user account that can write to all the folders, I use this account when want to access the NAS from windows or browser to save/edit/delete files. The reason is if hacker manage to steal the credentials from my windows or browser, all they can do is delete/encrypt the files on my NAS, but they can't delete my snapshot. Admin account I only use when want to do changes on some settings or check of everything running okay. I didn't save the credential on windows or browser for safety. QUOTE(Lurker @ Mar 3 2021, 11:45 PM) » Click to show Spoiler - click again to hide... « i guess I managed to get things working was missing a router reboot after keying in all the numbers tq all will monitor fer a few days to see if can feel the benefits @stormer.lyn Noted on the backups, my main storage would be my digital photos so if the master files corrupt, it will affect the rest? am I understanding it correctly? Your syncing is done weekly? or more frequent? The beauty of Snapshot is it won't take much space if the files that always edited is not big. Let's say you got 20GB of photos and videos file, plus 200MB Office files. Those videos and photos you don't do any editing so it won't take additional space. The Office files let's say you'll edit 50MB everyday, and you do snapshot daily, everyday the Snapshot size will increase only by 50MB. And you also can schedule how frequent to take snapshot and long to retain the snapshot. I take snapshot every hours on my frequently edited files but I set it to only retain 1 snapshot daily, 7 snapshot weekly (means each day snapshot is retain for one week) and retain for 8 weeks. So at any time I can go back to my previous edited files all the way back till 8 weeks. WaNaWe900 liked this post
|
|
|
Mar 4 2021, 08:49 PM
Return to original view | Post
#97
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(WaNaWe900 @ Mar 4 2021, 04:47 PM) Sifus While both have same requirement of at least 4 same capacity drive and will give same usable space, they are totally different on how the data is being written across drive.Plez be sabar with this not so smart inquiry, now I had 1 volume with 3 disk using Raid-5 and 3 more empty slot. I had read that Raid-5 vs Raid-6 vs Raid-10 and kinda Now thinking to add 4th disk and go for Raid-6 or Raid-10 But from my read that Raid-6/10 need identical disk to works and of course replacement / upgrade in 2 disk So any advice for me to get thru Thank you This is RAID10. The data is split into 2 copies and each 2 drives carry the same data. This method give a fast read and write speed but the cons is you can only lose 1 drive, if you lose second drive with same data as first drive then all your data is gone. The rebuild time is fast with this. ![]() This is RAID6. The data and 2 copies of parity is written across 4 drive. This method give slow read and write speed but the ups is you can lose any of the 2 drives and still able to recover your data. Because the redundant data is not mirror of the original data, but instead a parity data, the rebuild time will be much slower as it need to calculate the parity data. And if you encounter Unrecoverable read errors during rebuild then all your data is gone. ![]() You gotta weight which one have better ups and cons for your usage. WaNaWe900 liked this post
|
|
|
Mar 9 2021, 01:17 AM
Return to original view | Post
#98
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(mostwanted82 @ Mar 8 2021, 10:40 PM) My problem is whenever I run data scrubbing the synology NAS will throw error like "I/O error" on disk 4, after few months it become got bad sector (only 1). Bad SATA cable or connector also can cause communication error thus report it as bad sector. It's more usually happen to cable as can easily damage or low build quality cable. Try to clean the connector slot.Even after I replaced with new drive from RMA it still encountered same issue when running data scrubbing. I did again RMA and replaced second replacement drive but the problem become worst - when copying certain file it will stuck and keep throw bad sector found. I'm running extended smart test for the particular drive but but it stuck at 90% (already more than 24h). The storage pool now is in warning status with drive 4 status in critical. I really stuck and do not know what to do next. 1 new drive and then 2 RMA drive, all end with bad sector? Is the HDD for usage in NAS? You could try getting HDD from different brand to eliminate the possibility the RMA HDD is problematic. But I feel most likely communication error due to damage or dirty connector. First thing you should do is make a backup of your data, if you don't have it. Doing rebuilding put a lot of stress on the remaining HDD and if another HDD died all the data will be gone. This is assuming you are using RAID5 or SHR. |
|
|
Mar 9 2021, 07:59 PM
Return to original view | Post
#99
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(mostwanted82 @ Mar 9 2021, 03:57 PM) I though after 1 year, I can't directly get a new replacement from the same shop. Hence I go thru Western D RMA, never expect got this kind of recertified drive. I also got RMA 1 WD HDD last time, sticker write as RED but it's not red colour sticker.The second replacement drive now with health status = "poor", cant even run quick SMART test. If that is possible if NAS slot with problem can caused the drive SMART Status in poor? After use about 1 year the drive died. |
|
|
Mar 22 2021, 06:39 PM
Return to original view | Post
#100
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,256 posts Joined: Oct 2004 From: J@Y B33 |
QUOTE(EnterYourName @ Mar 22 2021, 02:56 PM) newbie to nas, if i use 3x 4TB with SHR/RAID5, i got 8TB usable space and 4TB redundant, and if one of the drive kaput, i still can recover all 8TB data? Yes, can. If 1 more drive fail during rebuild, all the data will be gone.just considering what's the best for my NAS initial setup Also would be better to use BTRFS filesystem with SHR/RAID5, this filesystem when doing reading/writing will calculate checksum to make sure there's no data error. If during rebuild and there's data error also will caused all data to be gone. |
| Change to: | 0.0988sec
0.38
7 queries
GZIP Disabled
Time is now: 26th November 2025 - 06:02 AM |