Windows එකේ ReFS (Resilient File System) Enable කරන්නේ කොහොමද
corruption වලට එරෙහි resilience එකට drive එකක් ReFS වලින් format කරන්න — සහ එහි සීමා තේරුම්ගන්න.
Overview
ReFS (Resilient File System) කියන්නේ data integrity සහ corruption වලට එරෙහි resilience සඳහා design කරපු Microsoft ගේ file system එකක්. මේ guide එකෙන් ඒක මොකටද, drive එකක් ReFS වලින් format කරන්නේ කොහොමද, සහ NTFS එකට වඩා එහි සීමා පැහැදිලි කරනවා.
Warning: ReFS එක Windows boot drive එකට සුදුසු නෑ සහ සමහර NTFS features නෑ. ඕනෑම drive එකක් reformat කරන්න කලින් data back up කරගන්න — format කරාම ඒක මැකෙනවා.
Key Takeaways
- ReFS data integrity සහ resilience කෙරෙහි focus කරනවා.
- ඒක data/storage volumes වලට use කරනවා, OS boot drive එකට නෙවෙයි.
- Availability Windows edition/version අනුව වෙනස් වෙනවා.
- non-system drive එකක් ReFS විදිහට format කරන්න පුළුවන්.
What ReFS Is Good For
- Automatic integrity checking සහ repair (Storage Spaces එක්ක).
- ලොකු volumes සහ files.
- සමහර corruption වලට එරෙහි resilience.
- Data drives, backups, සහ Storage Spaces pools.
Limitations vs NTFS
- bootable Windows drive එකට use කරන්න බෑ.
- File compression, EFS encryption, හෝ quotas නෑ (feature set එක වෙනස්).
- Availability edition එක අනුව (ඉතිහාසිකව Pro for Workstations/Enterprise).
- Removable media support සීමිතයි.
Format a Drive as ReFS
1. Target (non-system) drive එකේ තියෙන ඕනෑම data එකක් back up කරගන්න.
2. Disk Management (diskmgmt.msc) open කරන්න හෝ PowerShell use කරන්න.
3. volume එක right-click කරලා > Format.
4. ReFS available නම්, ඒක file system එක විදිහට තෝරලා format එක complete කරන්න.
5. PowerShell alternative: Format-Volume -DriveLetter X -FileSystem ReFS
Troubleshooting
Problem: format කරනකොට ReFS list වෙන්නේ නෑ.
Solution: ඔබේ Windows edition/version එක ReFS volumes create කරන්න support නොකරන්න පුළුවන් — edition requirements check කරන්න.
Problem: C: drive එක ReFS විදිහට format කරන්න බෑ.
Solution: ReFS එකට design එකෙන්ම boot volume වෙන්න බෑ — data drives වලට විතරක් use කරන්න.
Problem: NTFS features නැති වෙලා.
Solution: ReFS එකේ compression/EFS/quotas නෑ; ඒවා ඕන නම් NTFS use කරන්න.
Problem: හොඳම resilience benefits.
Solution: integrity streams සහ automatic repair සඳහා ReFS එක Storage Spaces එක්ක combine කරන්න.
Conclusion
ReFS data volumes වලට, විශේෂයෙන් Storage Spaces එක්ක, resilience සහ integrity ගෙන එනවා — නමුත් ඒකට Windows host කරන්න බෑ සහ සමහර NTFS features නෑ. (back up කරාට පස්සේ) Disk Management හෝ Format-Volume හරහා non-system drive එකක් ReFS විදිහට format කරන්න, extra capabilities ඕන වෙලාවට NTFS තෝරගන්න.















