4MLinux This forum is for the discussion of 4MLinux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-31-2022, 09:08 AM
|
#16
|
Member
Registered: Jul 2015
Location: Prison
Distribution: a new distro every day
Posts: 127
Rep: 
|
Quote:
Originally Posted by zk1234
More details please. What are you trying to do and it is not working for you ?
.
|
install2hd will only recognize /dev/sda, I want to install to /dev/nvme0n1
edit: NVMe SSD
Quote:
Originally Posted by eight.bit.al
I tied editing install2hd to install to nvme0n1; but it's a little beyond my skills. And hope of installing to nvme0n1?
|
Quote:
Originally Posted by zk1234
I will add such an option in 4MLinux 40 STABLE.
.
|
Last edited by eight.bit.al; 07-31-2022 at 09:17 AM.
|
|
|
07-31-2022, 09:49 AM
|
#17
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,286
Original Poster
|
No. The install2hd script recognizes both /dev/sda and /dev/nvme0n1. If you have /dev/nvme0n1 and you have no /dev/sda, then the sda devices are just symbolic links created by the script:
/dev/sda is a symlink to /dev/nvme0n1
/dev/sda1 is a symlink to /dev/nvme0n1p1
and so on.
You can check it by executing:
However, if you have both sda and nvme disks, 4MLinux will be forcing to use a real /dev/sda for the installation process.
.
Last edited by zk1234; 07-31-2022 at 09:58 AM.
|
|
|
07-31-2022, 11:57 AM
|
#18
|
Member
Registered: Jul 2015
Location: Prison
Distribution: a new distro every day
Posts: 127
Rep: 
|
Thanks for the reply.
Where in the install2hd script does the magic happen? I couldn't find it.
The installer appears to only find the thumb drive it's running from and labels that as /dev/sda.
|
|
|
07-31-2022, 12:54 PM
|
#19
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,286
Original Poster
|
So the /dev/sda is an USB drive. If so, just remove it before running the install2hd script.
.
|
|
|
07-31-2022, 01:52 PM
|
#20
|
Member
Registered: Jul 2015
Location: Prison
Distribution: a new distro every day
Posts: 127
Rep: 
|
Quote:
Originally Posted by zk1234
If you have /dev/nvme0n1 and you have no /dev/sda, then the sda devices are just symbolic links created by the script:
.
|
So, where is the simlink magic happening; which script?
Quote:
Originally Posted by zk1234
So the /dev/sda is an USB drive. If so, just remove it before running the install2hd script.
.
|
ERROR: no partitions found on /dev/sda.
|
|
|
07-31-2022, 02:48 PM
|
#21
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,286
Original Poster
|
You can check if the "readlink /dev/sda" gives now the output "/dev/nvme0n1"
If so, then the error "no partitions found on /dev/sda" means that there are no partitions on /dev/nvme0n1. Partitioning:
http://4mlinux.blogspot.com/2013/01/...n-4mlinux.html
PS.
Symlinks are created by /sbin/mdev
.
Last edited by zk1234; 07-31-2022 at 04:14 PM.
|
|
|
07-31-2022, 04:31 PM
|
#22
|
Member
Registered: Jul 2015
Location: Prison
Distribution: a new distro every day
Posts: 127
Rep: 
|
Quote:
Originally Posted by zk1234
You can check if the "readlink /dev/sda" gives now the output "/dev/nvme0n1"
.
|
Thanks for your patience. Working as described.
Quote:
Originally Posted by zk1234
PS.
Symlinks are created by /sbin/mdev
.
|
Thanks, I learn every time I check out this amazing distro.
" the most stupid Linux distro ever" and I love it.
http://4mlinux.blogspot.com/2013/01/...inux-blog.html
|
|
|
09-30-2022, 05:28 AM
|
#23
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,286
Original Poster
|
TheSSS 40.1 released.
This is a minor (point) release based on the 4MLinux Server 40.1, meaning that the components of the LAMP server are now: Linux 5.18.19, Apache 2.4.54, MariaDB 10.8.5, and PHP (both 5.6.40 and 7.4.30).
You can update your TheSSS by executing the "zk update" command (fully automatic process).
More:
https://4mlinux-releases.blogspot.co...-released.html
.
|
|
|
10-23-2022, 03:58 AM
|
#24
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,286
Original Poster
|
4MLinux 40.1 STABLE released.
This is a minor (point) release in the 4MLinux STABLE channel, which comes with the Linux kernel 5.18.19. The 4MLinux Server now includes Apache 2.4.54, MariaDB 10.8.5, and PHP 7.4.30.
You can update your 4MLinux by executing the "zk update" command in your terminal (fully automatic process).
More:
https://4mlinux-releases.blogspot.co...-released.html
.
|
|
|
12-03-2022, 04:10 PM
|
#25
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,286
Original Poster
|
4MLinux 40 is now OLD STABLE.
The status of the 4MLinux 40 series has been changed to OLD STABLE. All users must update before March 2023 (EOL).
More:
https://4mlinux-releases.blogspot.co...ld-stable.html
.
|
|
|
04-10-2023, 03:11 PM
|
#26
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,286
Original Poster
|
4MLinux 40 reaches its EOL.
The status of the 4MLinux 40 series has been changed to UNSUPPORTED. All users must update ASAP.
More:
https://4mlinux-releases.blogspot.co...s-its-eol.html
.
|
|
|
All times are GMT -5. The time now is 07:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|