I’m setting up an Endeavour KDE machine to take the place of my old Nas4Free server.
I have now reach the point I need to mount the drives and copy the files from ufs drives to ext4 drives.
From what I’ve read, which there is little info I can find, stated that arch can read the information.
Any drive I plug I’ve plugged in auto mounts. I would have thought a ufs drive would have done the same, but it does not.
So I’m looking for an up to date/ easy to understand way to mount the drives.
Are there any gui tools or a package I can install to do this?
In gparted it says
/dev/sdh1 ufs InfinityGem 931 GiB
I saw that link, but idk the type
but with age of post I’m sort of uncomfortable trying unless someone can confirm steps to take
so I don’t destroy anything lol
Now it will be a LONG time to copy all these drives lol
It would be kind nice if that function was built in in Endeavour.
I know it’s something that probly not used much, but nice to have it.
Yeah from my Nas4Free server that uses FreeBSD
I liked it as a server, it does all sorts of stuff and can boot from a usb drive if you want.
It has a web interface for all the configure stuff.
Is why I’ve mentioned in Antergos forums at one point I wish there was a server type installation that can do everything NAS4Free does.
I think it would be a nice option In the Endeavour installer as well down the road to have something like that.
I’m mostly switching because using other than ufs filesystem in Nas4Free is not recomended, which leaves out using external drives and being able to take them someplace and use on another system.
Looks like now it does a few more things than when I looked at it last, but I used it for ten years or so.
It went down about a year ago and been sitting there, but I really need my media server running again lol
The main functions I had set up were
UPS (NUT)
SMB/CIFS (Samba)
FTP (ProFTPD)
MiniDLNA (Fully compliant with DLNA/UPnP-AV clients) or option to use Fuppes (for DLNA/UPnP-AV clients)
iTunes/DAAP server (Firefly)
SCP (SSH)
Webserver (Lighttpd)
When mine went down, I was in the process of learning how to setup these functions
Software RAID 0,1,5 and mix (1+0,1+1, etc.)
RSYNC (Client/Server)
VirtualBox with WebSocket VNC server
It also sent me email of logs and stuff
It does a great many things in a reletivley small package.
Once installed, you just connect to the web-interface to mount shares or do whatever
Oh yeah forgot, they changed it to XigmaNAS I forget why.
If you get a chance to tinker with it you’ll see what I mean.
I just prefer all my stuff in Arch now, but using that is what got me into switching to linux as my everyday machine.
I’m setting up a EndeavourOS KDE server that will do pretty much everything that nas did, it just takes longer to get all the setup and learning the equivalents that did those services.
The original project I started with was FreeNAS.
They split into FreeNAS and NAS4Free
and now NAS4Free is XigmaNAS
I think the difference between the two is the size of the OS…I THINK!
One uses a chopped up stripped down version of FreeBSD, the other uses the whole OS…I THINK!
Here is an Antergos Wiki article I wrote. It covers some of the equivalent services you mentioned. I intend to revamp this for EndeavourOS after the online installer is released. So I could use the online installer as a means to install a base install of EndeavourOS.
It is a simple LAN server, no GUI or DE, strictly Command Line Instructions. Remote administration is also CLI.
Services provided as is
Samba
SSH / SSHFS
Minidlna
Rsync for data backups
This uses SSH with SSHFS for data transfers. Auto Mounts server at client boot up. Then the client Thinks the server mount point is a local directory.
Webserver (Lighttpd) I would recommend two totally separate devices for a Web server and a Lan Server for security reasons. I also have a tutorial on that if desired.
The article may contain some helpful hints on what you are doing. Then you can concentrate on the other services you want. I think it is worth a read for what you are doing.
Pudge
Edit:
Ooops, I had the wrong URL for the link, fixed.
Thankyou for that, I read page 1 so far and you mentioned low power.
I was just looking into hdparm to save power, and wear and tear on the drives.
While I’m not totally committed to just command line, I’m definitely going to finish reading that.
I was also looking at Webmin in case it’s a possibility to adjust settings on a NAS type system.
It is definitely going to help me in some way, and sounds like a nice base of instructions I wish I had a couple weeks ago lol
Once the install and setup is done, the only administration I do is Updates using pacman, and backup the data using rsync. Almost forgot, once every 80 days, I have to renew my https certificate from Let’s Encrypt with CLI. I run the server headless, and do the admin remotely. This project will definitely help get one comfortable with CLI if that is one of your goals.
I use nginx as my web server engine. This is a simple static file web server, no SQL database, no PHP scripts, just serves static files. IMHO nginx is best for my purposes. If it’s good enough for the NASA Jet Propulsion Laboratory, it’s good enough for me. The tutorial files you are downloading are hosted on my web server. Along with almost all the images, etc in my posts here are also being served from my web server. Now I have total control over the images in my posts.
Look at the link when you are downloading the PDF files from my webserver. Notice the .ddns part of the URL. Keep this in mind when reading the first page.
This is actually a tutorial for installing on Fedora, so skip the installation section, and the rest should be fairly applicable except for setting up the firewall. I could redo this for EndeavourOS after the online installer is available.