LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-02-2017, 02:39 PM   #31
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015

Ok, you might add to the list of commands I gave,
Code:
apt-get install firmware-linux-free firmware-realtek
Many times the kernel tries to load things on boot, and you get a failed message. But later in the boot it did load them.

Last edited by AwesomeMachine; 12-02-2017 at 02:41 PM.
 
Old 12-02-2017, 02:50 PM   #32
mazerunner
Member
 
Registered: Nov 2017
Posts: 57

Original Poster
Rep: Reputation: Disabled
Dear friends, thanks for all the friendly and useful input. I really appreciate it. For me forums are one of the good aspects of the internet where ppl help one another just out of good will and empathy.

For the rest, right now I'm typing using my laptop and my Linux Mint "Sylvia" Cinnamon. There will be a lot more to learn now, but the first impression is good.

It loads slower than I had hoped: 48" to get the welcome screen and then another 11" till you are in and all is steady. One minute in total. But nothing compares to the W10 instability. I wonder if it will keep a steady loading behaviour over time.

By the way, I know that the file system works totally different with unix based systems. With Windows I have always kept my data on a different partition so that when the system got messed I could recover it leaving my data intact.

Is there something similar here? Where can I find instructions?

Last edited by mazerunner; 12-02-2017 at 02:52 PM.
 
Old 12-02-2017, 04:05 PM   #33
fido_dogstoyevsky
Member
 
Registered: Feb 2015
Location: Victoria, Australia
Distribution: Slackware 15
Posts: 490
Blog Entries: 2

Rep: Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576
Quote:
Originally Posted by mazerunner View Post
...With Windows I have always kept my data on a different partition so that when the system got messed I could recover it leaving my data intact.

Is there something similar here? Where can I find instructions?
Yes, exactly the same thing. Have a separate partition and mount it as /home - you may have had the option when you installed Mint (never used Mint myself so I don't know). Quick and dirty way may be to repartition and reinstall before you accumulate too many data. A search for "linux partition hard drive" will help.

Two caveats:

(1) Having a separate disk for /home is good for safeguarding your information when reinstalling the OS, but ALWAYS BACKUP FIRST. It should be safe but, to quote Dilbert, "Shift happens".

(2) If you have multiple Linux installations have a separate /home partition for each installation or your configuration files may end up in a knot.

Edit - fixed typo

Last edited by fido_dogstoyevsky; 12-02-2017 at 04:07 PM.
 
Old 12-02-2017, 04:45 PM   #34
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Quote:
Originally Posted by mazerunner View Post
It loads slower than I had hoped: 48" to get the welcome screen and then another 11" till you are in and all is steady. One minute in total.
It may be due to the fact that it's the first boot. Subsequent boots might be faster.
 
Old 12-02-2017, 05:09 PM   #35
mazerunner
Member
 
Registered: Nov 2017
Posts: 57

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by fido_dogstoyevsky View Post
Yes, exactly the same thing. Have a separate partition and mount it as /home - you may have had the option when you installed Mint (never used Mint myself so I don't know).
I gathered that much during the debian installation and had /home on a different partition. I'm not sure whether Mint kept the partitioning. Is there a way to inspect the partitions now?
 
Old 12-02-2017, 05:14 PM   #36
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,805
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Quote:
Originally Posted by mazerunner View Post
I gathered that much during the debian installation and had /home on a different partition. I'm not sure whether Mint kept the partitioning. Is there a way to inspect the partitions now?
Several ways, among them, inspecting the plain text file /etc/fstab, and checking whether a directory named lost+found exists in the /home directory.
 
Old 12-02-2017, 05:21 PM   #37
mazerunner
Member
 
Registered: Nov 2017
Posts: 57

Original Poster
Rep: Reputation: Disabled
I installed some tool and I see:

/dev/sda1 fat32 /boot/efi 512 MiB
/dev/sda2 ext2 /boot 488 MiB
/dev/sda3 lvm2 pv 930,54 GiB

So, I suppose no real partitioning. I think I should reinstall the os, since the installation was so easy.
 
Old 12-02-2017, 05:23 PM   #38
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Execute mount to see which files systems are mounted. If you see a line for /home, then it's on its own partition.
 
Old 12-02-2017, 06:03 PM   #39
mazerunner
Member
 
Registered: Nov 2017
Posts: 57

Original Poster
Rep: Reputation: Disabled
If I right click on the /home folder I see:
Name: home
location: /
volume: uknown
free space: 919,6 GB

does that tell you anything? Do check the attachment.

It's the same with all other folder though (bin var ..)

To me it seems it's on the same partition.
Attached Thumbnails
Click image for larger version

Name:	home.jpg
Views:	11
Size:	41.2 KB
ID:	26459  

Last edited by mazerunner; 12-02-2017 at 06:05 PM.
 
Old 12-02-2017, 06:11 PM   #40
mazerunner
Member
 
Registered: Nov 2017
Posts: 57

Original Poster
Rep: Reputation: Disabled
In addition, I re-run the installation. I thought I'd do the partitioning myself there. I was following these instructions here: https://winaero.com/blog/how-to-part...ll-linux-mint/

but I wasn't able to release space in order to create new partitions.

When I tried to create "New Partition Table" for /dev/sda (about 1 TB), like suggested in the instructions, I got a message that it's in use by something. :/

Last edited by mazerunner; 12-02-2017 at 06:18 PM.
 
1 members found this post helpful.
Old 12-02-2017, 06:40 PM   #41
DVOM
Member
 
Registered: Nov 2010
Posts: 223

Rep: Reputation: 48
Quote:
Originally Posted by mazerunner View Post
In addition, I re-run the installation. I thought I'd do the partitioning myself there. I was following these instructions here: https://winaero.com/blog/how-to-part...ll-linux-mint/

but I wasn't able to release space in order to create new partitions.

When I tried to create "New Partition Table" for /dev/sda (about 1 TB), like suggested in the instructions, I got a message that it's in use by something. :/
You need to run the partition editor from "live" media, meaning a CD/DVD or USB that you boot to. Whatever media you used to install Mint will work. Boot to that. Once booted, open "gparted" and use that.

As for partitions, looking at having a separate data partition, the simplest setup would be one "ext4" formatted partition for both your /home and /root files. A smaller partition formatted 'linux-swap", and the data partition using the rest of the drive.
 
1 members found this post helpful.
Old 12-02-2017, 07:07 PM   #42
DVOM
Member
 
Registered: Nov 2010
Posts: 223

Rep: Reputation: 48
Ooops, please delete

Last edited by DVOM; 12-02-2017 at 07:11 PM.
 
Old 12-02-2017, 07:24 PM   #43
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You can also use the command line to check on all of the partitions.

Open your terminal in Mint and run this:

Code:
sudo fdisk -l
That's a small L:-

If you want to create your own partitions during your Mint installation choose the "something else" option or manual partitioning.

I suggest you make 2 partitions.

Make one Ext 4 / jounaling file system (at least 20 GB) For your system.
Than create one swap partition 1 to 2 GB's.

Mint allocates the partitions in mb so you might want to convert gig's into mb before you start a fresh installation.

Unless you want to make several partitions like /home, /boot/, /root and swap. Not sure if that's what you want?

IF so read up on how much to allocate to the /boot, /root, /home and swap.

The boot partition will need to be a least 250 mb to 1 GB.
The root partition should be at least 20 GB.
The home you can if you want to allocate all of the drive to the home partition except for 1 to 2 GB's for your swap partition.

Quote:
I got a message that it's in use by something. :/
That sounds like there is a partition that has already been created or it's a Windows partition.

***-::-In order to create a partition you have to have 'free space' to take it from.-::-***

IF you no longer want Windows you will have to use the partition manager to delete the Windows partitions if you want to manually create your partitions for your fresh install.

OR> you can tell the installer that Mint comes with to completely erase Windows and install Mint.

​Linux Mint 18.3 "Sylvia" Installation
​​
​Start watching at the 2 min. mark​

https://www.youtube.com/watch?v=PsIkrx6ndV4


​Beginner's Guide To Installing Linux Mint 18​

https://www.youtube.com/watch?v=oSdchGgZrMM

Last edited by Ztcoracat; 12-02-2017 at 08:43 PM. Reason: Add links to videos
 
Old 12-02-2017, 07:57 PM   #44
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by mazerunner View Post
If I right click on the /home folder I see:
Name: home
location: /
volume: uknown
free space: 919,6 GB

does that tell you anything? Do check the attachment.

It's the same with all other folder though (bin var ..)

To me it seems it's on the same partition.
Unfortunately it doesn't tell me much about the /Home because the attatchment is in a language I don't understand.

It does show that you have 919,6 GB free which is plenty to create new partitions.

What size HDD do you have?

Last edited by Ztcoracat; 12-02-2017 at 08:35 PM.
 
Old 12-03-2017, 03:03 AM   #45
mazerunner
Member
 
Registered: Nov 2017
Posts: 57

Original Poster
Rep: Reputation: Disabled
Ztcoracat, But I gave you the translation, my man. Anyway, forget about it.

Check the attachment for my paritioning with sudo fdisk -l

Like I said earlier my hd is about 1 TB

btw. i'm in the same room with my rooter and my laptop has actually visual contact with the rooter's antenna and the icon on the taskbar tells me it connects at about 50%. Why is that?
:/
Attached Thumbnails
Click image for larger version

Name:	partitions.jpg
Views:	15
Size:	143.4 KB
ID:	26461  
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Grub menu lost on dual-boot W10/FC25 2-in-1 laptop cmspooner Fedora 15 02-08-2017 02:24 PM
[SOLVED] Ubuntu 14.04 w/kernel 4.4 on a dual boot system (Linux/W10) grigory Ubuntu 5 08-20-2016 11:57 PM
Hello all. I thought I'd drop by say Hi waiting for some advice. been doing well with freesk73 LinuxQuestions.org Member Intro 1 11-04-2013 07:12 PM
Safe way to drop cached memory - I'm lookin for an advice igadoter Linux - General 2 09-07-2012 07:10 AM
Advice on Linux for new laptop sought Garzo Linux - Newbie 6 04-13-2005 01:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration