Linux Study Notes (OS with a size of only 48 MB)

Source: Internet
Author: User
Tags what parameter
Linux Study Notes (an operating system with a size of only 48 MB is installed)-General Linux technology-Linux technology and application information. For more information, see the following. This is not a ubuntu study note, because I stayed up late yesterday to help a friend install an ISO with more than 48 m on the VM (Fortunately, today is the noon class), instead of ubuntu, the natural title is about to be renamed.

What is the dsl of that system? It is Based On debian like ubuntu, but it is not so easy to install. Although this guy has an installation guide, he cannot recognize the hard disk ...... It seems that only manual mounting is required.

The graphic interface is definitely not working. Just use the command line.

Df-h

This command can display the partition mounted without a hard disk ......

So I typed cfdisk in the command line, a hard disk partition tool ...... Nothing can be found.

So I shut down the VM and reset it to a m hard disk.

Then? In the graphic interface, we can see that/hda1 is 1024 under/mnt, so we should first use fdisk-l to see ,...... No effect

I flipped through the book and saw a good thing ...... Mke2fs-F/mnt/hda1 (by the way, the hard disk of the IDE interface in linux is hda **, the hard disk of the SATA interface is sda **, and the USB disk is sdb ***)

Forcibly convert the folder to the ext2 structure (that's it ......)

Result fdisk-l successfully recognized the hard disk.

Then mount/dev/hda1/mnt/hda1. It looks very good. It seems to be mounted. (I don't know what parameter to add ...... Mount it anyway)

Then install it to the hard disk command dsl-hdinstall without recognizing the hard disk ...... This ......

Then let's look at cfdisk, recognize an empty disk, mark it with the BOOT flag, select the format 83 (that is, Linux), and write ...... Looks good.

Try dsl-hdinstall again. The installation is successful ......

In fact, the process is not that simple. I tried these commands for two and a half hours ...... Maybe the order is wrong, but this is probably the process ...... If you want to install it, give it a try.

This time I finally discovered the usefulness of the command line ...... The graphic interface is just a waste of wood ...... It seems that you should study the command line well!
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.