F5F Stay Refreshed Software Operating Systems Restarting Linux

Restarting Linux

Restarting Linux

K
karlfras
Junior Member
10
01-19-2026, 08:09 AM
#1
Hia, I bought and fixed a server a few weeks ago, installed some new hardware and the newest version of Linux Mint. I've been messing around with different software solutions for what I wanna do and I finally have everything planned. The problem is, now I've got a very messy server with lots of different crap on it and I wanna wipe it completely. There is one SSD (with OS) and two HDD's (formatted with ZFS) in the machine and I wanna wipe everything, the ZFS formatting, all files and start all new. How would I best go about doing that? Cheers
K
karlfras
01-19-2026, 08:09 AM #1

Hia, I bought and fixed a server a few weeks ago, installed some new hardware and the newest version of Linux Mint. I've been messing around with different software solutions for what I wanna do and I finally have everything planned. The problem is, now I've got a very messy server with lots of different crap on it and I wanna wipe it completely. There is one SSD (with OS) and two HDD's (formatted with ZFS) in the machine and I wanna wipe everything, the ZFS formatting, all files and start all new. How would I best go about doing that? Cheers

T
TayvenJoshua
Junior Member
9
01-19-2026, 03:18 PM
#2
For planning a server setup, I’d consider CentOS, Fedora Server, or Ubuntu Server first. None of these come with a desktop environment by default, so you’d need to add one yourself. I wouldn’t recommend Mint. If your needs involve email or web hosting, centos-webpanel is a good option. For a fresh start, download an ISO and use Etcher to burn it. Perform a clean installation as usual. Arch is the only distro I’m familiar with that can run from a minimal base and be reset quickly.
T
TayvenJoshua
01-19-2026, 03:18 PM #2

For planning a server setup, I’d consider CentOS, Fedora Server, or Ubuntu Server first. None of these come with a desktop environment by default, so you’d need to add one yourself. I wouldn’t recommend Mint. If your needs involve email or web hosting, centos-webpanel is a good option. For a fresh start, download an ISO and use Etcher to burn it. Perform a clean installation as usual. Arch is the only distro I’m familiar with that can run from a minimal base and be reset quickly.

M
Mydeadpig
Junior Member
19
01-20-2026, 06:15 PM
#3
DBAN is your ally
M
Mydeadpig
01-20-2026, 06:15 PM #3

DBAN is your ally

N
nathan1205
Junior Member
25
02-03-2026, 04:45 PM
#4
Most installers for Windows or Linux allow you to erase partitions and set up fresh ones. You might also try booting from a Linux live USB and using software such as GParted to clear partitions before installing a new operating system.
N
nathan1205
02-03-2026, 04:45 PM #4

Most installers for Windows or Linux allow you to erase partitions and set up fresh ones. You might also try booting from a Linux live USB and using software such as GParted to clear partitions before installing a new operating system.

_
_zNinjaa_
Member
132
02-09-2026, 01:03 AM
#5
Servers perform more efficiently without a graphical interface. I run Fedora Server at my residence, though any lightweight Linux distribution tailored for servers works well. Windows isn't ideal for server use unless you're deploying Windows Server, which is still producing poor results. For file storage setups, consider FreeNAS (using BSD instead of Linux) or configure a RAID-1 with two high-density drives and install a server-optimized Linux distribution.
_
_zNinjaa_
02-09-2026, 01:03 AM #5

Servers perform more efficiently without a graphical interface. I run Fedora Server at my residence, though any lightweight Linux distribution tailored for servers works well. Windows isn't ideal for server use unless you're deploying Windows Server, which is still producing poor results. For file storage setups, consider FreeNAS (using BSD instead of Linux) or configure a RAID-1 with two high-density drives and install a server-optimized Linux distribution.

D
Domo_cookie
Member
51
02-09-2026, 03:48 AM
#6
Use lsblk to check how storage devices are identified and labeled. Run commands with dd if=/dev/zero of=/dev/sdX, setting speed and options for efficiency. This method is slower yet faster than DBAN.
D
Domo_cookie
02-09-2026, 03:48 AM #6

Use lsblk to check how storage devices are identified and labeled. Run commands with dd if=/dev/zero of=/dev/sdX, setting speed and options for efficiency. This method is slower yet faster than DBAN.