@guardian:
@CiscoX:
@guardian:
@CiscoX:
I also like to put my smart results of my disk.
So far so good… everything looks fine with the smart results. Only challange I see with that drive is that it's not rated to be running 24x7.
If you look at the specs:
http://www.seagate.com/files/staticfiles/docs/pdf/datasheet/disc/barracuda-ds1737-1-1111us.pdf
you'll see Power-On Hours 2400. Which is 8 hours/day 5 days/week.
It may not have a great lifespan given that a pf box will have the drive spinning 24x7x365… unless you turn stuff off.
Thank you very much. I think have to replace this disk then. Maybe WD RED (NAS disk) or what about SSD. Do you have any suggestions? :)
Thanks in advanced
Replacing the disk is a good idea if high reliability is important. The bulk of the drive is for logs, packet logging, and rulesets, so there isn't anything that really needs protecting other than the configuration. As long as you keep a backup of your configuration, it shouldn't matter much. If the disk fails, you reinstall a fresh copy and reload the config and you're done. (Might be a good idea to keep a fairly recent copy of the installer on your local computer as if pfSense dies, you won't have any internet unless you have a router you can swap in till you get it fixed.)
I'd recommend you use an SSD as speed will help if you are logging packets. Also quiet and cooler with no moving parts - if you buy a decent brand, an SSD will likely last a lot longer than a mechanical disk, but you never know. For mechanical disks, I'd recommend Western Digital. Seagate were good once , but lately I've had way too much BAD experience with them-Seagate seem to be going for cheap/volume. Don't know if their enterprise stuff is better, but I've never had any experience with it. WD Blacks in PC's - WD Reds in NAS - Samsung SSDs for boot drive and embedded devices like pfSense box. (May be better SSD choices, I bought based on speed/performance ratings from test sites-can't comment about longevity since none of the ones I own are over 1 year old.)
If you do use an SSD make sure you enable trim (wear leveling) to make sure you get best life/use out of the disk.
I used these instructions and based on personal experience they worked no problem with a Samsung 850 EVO SSD.
Original Source: https://forum.pfsense.org/index.php?topic=114202.msg634936#msg634936```
I enabled TRIM on the Samsung SSD as follows. Below is compiled from several other posters here..so thanks!
1. booted pfSense from USB stick and installed pfSense to SSD
2. Used Putty to connect to the box, fired up the shell and obtained ufsid by showing the fstab file:
[2.2.4-RELEASE][root@pfSense.localdomain]/root: cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ufsid/576dca6e13175d08 / ufs rw 1 1
3. booted pfSense from USB stick into single-user mode
4. at the # prompt, the following was issued:
/sbin/tunefs -t enable /dev/ufsid/576dca6e13175d08 (your ufsid will be different!
/sbin/reboot
5. booted pfSense from SSD. Again using putty, ran this command from shell to see if TRIM was enabled.
/sbin/tunefs -p /
Hope this helps.
Thank you so much for the information.
I do run backup almost every day of my pfSense :)
I will probably go for the WD Red or Samsung SSD 850 EVO(run this one on my other computers, never experienced any kind of problem with them) when my Seagate is "dead" :)