is make-fstab unique to MX?  [Solved]

Message
Author
lonesomepoint
Posts: 153
Joined: Thu Oct 25, 2012 2:34 pm

is make-fstab unique to MX?

#1 Post by lonesomepoint »

I am exploring some other Debian-based distros, including Debian proper. In both of them, the system did not detect my hard drive partitions and write them into the fstab; I found the fstabs to be empty except for the root partition.

So I thought "fine" and tried to run make-fstab as I've done in MX, supposing that it wasn't anything other Debian-based distros don't have. I guess I was wrong, because both of them didn't recognize make-fstab either. Um...okay. Is make-fstab a tool that the MX team created? If not, why can't I use it in the other distros? I'm not sure I'm prepared to write my fstab manually.

User avatar
Stevo
Developer
Posts: 14429
Joined: Fri Dec 15, 2006 7:07 pm

Re: is make-fstab unique to MX?

#2 Post by Stevo »

Seems that it's not in Debian: https://packages.debian.org/search?suit ... make-fstab
seems to be custom-installed, not from an MX package:

Code: Select all

dpkg -S /usr/sbin/make-fstab
not found.

old_guy
Posts: 140
Joined: Sat Oct 28, 2017 4:30 pm

Re: is make-fstab unique to MX?  [Solved]

#3 Post by old_guy »

Looks like a shell script. It is located at /usr/sbin/make-fstab.
Earl

User avatar
dolphin_oracle
Developer
Posts: 22034
Joined: Sun Dec 16, 2007 12:17 pm

Re: is make-fstab unique to MX?

#4 Post by dolphin_oracle »

antix-libs.

Code: Select all

└─> dpkg-query -S make-fstab
antix-libs: /sbin/make-fstab
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
twi
Posts: 27
Joined: Sat Jul 16, 2022 6:02 pm

Re: is make-fstab unique to MX?

#5 Post by twi »

Here it looks like it says that it is an MX feature:
In-house applications with available source
***
Make-fstab contains the make-fstab script which is used for making the fstab file on every live boot and to do hotplugging (in antiX but not MX). it also creates the fstab for installed systems.
https://mxlinux.org/wiki/about/in-house ... le-source/

lonesomepoint
Posts: 153
Joined: Thu Oct 25, 2012 2:34 pm

Re: is make-fstab unique to MX?

#6 Post by lonesomepoint »

Follow-up: Based on learning here that make-fstab is just a shell script located in /usr/sbin, I copied it to another Debian-baased distro (Devuan, to be specific) to see if it I could indeed use make-fstab there. It works fine.

Wish the script were in wider use in the Debian family. It's a good tool.

Post Reply

Return to “General”