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.
is make-fstab unique to MX? [Solved]
Re: is make-fstab unique to MX?
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:
not found.
seems to be custom-installed, not from an MX package:
Code: Select all
dpkg -S /usr/sbin/make-fstab
Re: is make-fstab unique to MX? [Solved]
Looks like a shell script. It is located at /usr/sbin/make-fstab.
Earl
Earl
- dolphin_oracle
- Developer
- Posts: 22034
- Joined: Sun Dec 16, 2007 12:17 pm
Re: is make-fstab unique to MX?
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: is make-fstab unique to MX?
Here it looks like it says that it is an MX feature:
https://mxlinux.org/wiki/about/in-house ... le-source/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.
-
- Posts: 153
- Joined: Thu Oct 25, 2012 2:34 pm
Re: is make-fstab unique to MX?
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.
Wish the script were in wider use in the Debian family. It's a good tool.