Click here to Skip to main content
15,884,960 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm thinking of getting a NAS(Synology) for coding, and was wondering if the was any way to use developer tools on it. I'm mainly looking to using it with Firebase Emulator, Next.js and Flutter, and was wondering if this was possible. Basically, I'm wondering if I can access the file from the NAS without cloning them on my local machine, and still run it as if it was.

What I have tried:

I've tried looking online, and couldn't find anything.
Posted
Updated 4-Aug-21 10:39am

1 solution

With all the NAS's I've used, you can map a NAS folder to a virtual disk on the PC: I do it all the time with NASes.
But ... using a NAS won't give you the same speed you do from a local disk - I get 500Mb/sec locally, and 35 Mb/Sec write speed to the NAS over a Gigabit wired connection.

The advantage of a NAS is security: run it in RAID 5 and if a disk fails you don't lose anything.
If you want more space and speed, then go with another internal SSD - it'll be quicker, cheaper, and easier to backup as well.
 
Share this answer
 
Comments
Sys Dev 30-Jun-22 23:02pm    
Geez haven't I thought of that. Thank you very much for the input. I'll check to see if it solves my problem, as I have around 300+ users that would be accessing that folder once created. I used to upload the files itself to the database and it's gotten really humongous in size (100+GB) both for the LDF and MDF file due to that. Thanks again! :)
OriginalGriff 1-Jul-22 1:12am    
You're welcome!
OriginalGriff 1-Jul-22 1:13am    
:laugh:
I only just got round to reading my emails this morning, and assumed this was a reply to the solution I posted to your QA question ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900