|
About
Zap's Digital Lighthouse is a Blosxom weblog for our digital outpost on the Internet
For info
info@rax.org
Useful links:
Google
Cyberpresse
The Reg
Slashdot
FreeBSD
LinkedIn
Twitter
Boursorama
RAX
zap
Soekris
xkcd
AirFrance
Wiki soekris
Wikipedia
Wiktionary
ACME
blosxom
Categories:
/FreeBSD (27)
/admin (4)
/blosxom (6)
/games (5)
/hardware (17)
/inet (4)
/misc (37)
/notwork (2)
/software (11)
/tech (1)
Archives:
2025 (1)
| January (1)
2024 (3)
| December (3)
2023 (1)
| June (1)
2021 (2)
| January (2)
2020 (2)
| December (1)
| September (1)
2019 (2)
| November (1)
| July (1)
2018 (6)
| December (1)
| November (3)
| January (2)
2017 (4)
| December (2)
| January (2)
2016 (3)
| November (1)
| October (1)
| January (1)
2015 (9)
| December (2)
| November (1)
| October (1)
| June (1)
| May (2)
| February (1)
| January (1)
2014 (9)
| December (1)
| October (1)
| September (1)
| August (3)
| May (2)
| April (1)
2013 (20)
| October (3)
| June (4)
| May (2)
| April (7)
| March (1)
| January (3)
2012 (60)
| December (4)
| October (1)
| July (5)
| June (7)
| May (1)
| April (6)
| March (3)
| February (14)
| January (19)
2011 (3)
| December (1)
| November (2)
2008 (1)
| October (1)
|
|
|
Going for simple FreeBSD instead of FreeNAS
So, I have been playing with my small soekris net6501-70-based NAS device for home.
Lots of things have happened since I last blogged about this:
- I decided not to use FreeNAS 8 on my net6501, but rather to just use FreeBSD 9
with ZFS, NFS, Samba, and rsync.
- I have copied my olde NSLU2 shared space onto my net6501 under ZFS... it took
over 24 hours to copy over the network, the NSLU2 being fairly slow.
- I have set up a script to take snapshots of my ZFS storage on a regular basis
using a script I found on the internet: zfs-snapshot.sh... this is almost
as nice as have the Mac OS X time machine on my little NAS server (ok, not
as nice, but still pretty good)
- I have had some difficulty with an old Maxstor 1TB USB drive, which seems to
appear/disappear... it has caused corruption in my main ZFS pool, which I needed
to fix manually, and then scrub the ZFS pool (which took almost 7 hours).
- Given all of this, I have ordered a small HP microserver. External USB drives
are handled strangely by server O/Ses as they appear/disappear, change device names,
etc. Let see how well the microserver with internal drives will do.
- By the way, when dealing with External USB disks, never use device names
(such as /dev/da0 or /dev/da1s1a...); these names can change dynamically as
drives are plugged in, or powered off, etc. Always label your filesystems
(e.g. for UFS: tunefs -L disk1 /dev/da0s1a, which then appears as /dev/ufs/disk1;
or for GPT disks: /dev/gptid/760ae9e2-5988-12f1-a136-000054cf2648) and use these
names in ZFS or fstab... this will avoid a LOT of grief when reboting, or disconnecting
or reconnecting a device, or indeed when a device fails.
So, lots is happening with my small NAS server.
More on this next weekend.
/FreeBSD | Posted at 19:01 |
permanent link
|
|