LinuxQuestions.org
Help answer threads with 0 replies.
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 08-16-2020, 08:32 AM   #1
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
Question Rebuilt MINT 20 on ssd


In previous threads I've asked about rebuilding my XEON machine with an ssd for Linux and the existing hdd for data.

Well I've gone ahead and installed the ssd, moved the physical sata connectors so the ssd is /dev/sdan and the old hdd is now /dev/sdb (yes I know it isn't necassary - maybe I'm a bit ocd!)

It's all good, Mint 20 is on the ssd, and the old system and data is on the hdd.

There are a few things I don't understand - (yes only a few!)

Code:
jonke@charlie:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            5.9G     0  5.9G   0% /dev
tmpfs           1.2G  1.7M  1.2G   1% /run
/dev/sda5       228G  8.7G  208G   4% /
tmpfs           5.9G   21M  5.9G   1% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           5.9G     0  5.9G   0% /sys/fs/cgroup
/dev/sda1       511M  4.0K  511M   1% /boot/efi
tmpfs           1.2G   12K  1.2G   1% /run/user/1000
/dev/sdb5       1.8T   86G  1.7T   5% /media/jonke/6e725920-1c32-4931-bab9-fc8c12d01128
I built this to use the entire ssd for Mint, why did it create the /boot/efi 511Mb partition? I don't recall specifying that.

See gparted images

My old hdd is /dev/sdb5, how can I change the mount name (point?) - /media/jonke/6e725920-1c32-4931-bab9-fc8c12d01128 is a bit too long for my liking, this might help, /etc/fstab and blkid :
Code:
jonke@charlie:~$ more /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda5 during installation
UUID=92c6eff1-78fc-4faa-8389-c88454e80d11 /               ext4    errors=remount
-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=EB15-5510  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw            
  0       0

jonke@charlie:~$ blkid
 /dev/sda1: UUID="EB15-5510" TYPE="vfat" PARTUUID="03f34433-01"
/dev/sda5: UUID="92c6eff1-78fc-4faa-8389-c88454e80d11" TYPE="ext4" PARTUUID="03f34433-05"
/dev/sdb1: UUID="0628-D3D6" TYPE="vfat" PARTUUID="289f73ed-01"
/dev/sdb5: UUID="6e725920-1c32-4931-bab9-fc8c12d01128" TYPE="ext4" PARTUUID="289f73ed-05"
and just for good measure fdisk -l:
Code:
jonke@charlie:~$ sudo fdisk -l
[sudo] password for jonke:          
Disk /dev/sda: 232.91 GiB, 250059350016 bytes, 488397168 sectors
Disk model: CT250MX500SSD1  
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x03f34433

Device     Boot   Start       End   Sectors   Size Id Type
/dev/sda1  *       2048   1050623   1048576   512M  b W95 FAT32
/dev/sda2       1052670 488396799 487344130 232.4G  5 Extended
/dev/sda5       1052672 488396799 487344128 232.4G 83 Linux

Partition 2 does not start on physical sector boundary.

Disk /dev/sdb: 1.84 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: Hitachi HUA72302
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x289f73ed

Device     Boot   Start        End    Sectors  Size Id Type
/dev/sdb1  *       2048    1050623    1048576  512M  b W95 FAT32
/dev/sdb2       1052670 3907028991 3905976322  1.8T  5 Extended
 /dev/sdb5       1052672 3907028991 3905976320  1.8T 83 Linux
jonke@charlie:~$
Question, is the 511Mb partition why/how is it W95 FAT32? Mint created it when I built.

Final question, does it look okay as it is?
Attached Thumbnails
Click image for larger version

Name:	NewMachine02.png
Views:	20
Size:	31.1 KB
ID:	33882   Click image for larger version

Name:	NewMachine03.png
Views:	19
Size:	27.6 KB
ID:	33883  
 
Old 08-17-2020, 02:30 AM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,804
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Quote:
Originally Posted by GPGAgent View Post
Question, is the 511Mb partition why/how is it W95 FAT32?
Per specification: Until I read this, I had been lead to believe only FAT32 met the specification, which seemed confirmed by Windows making all ESP partitions I ever encountered 100MB FAT32. I do all my own partitioning in advance of installation and make my ESPs 320MB FAT32.
 
1 members found this post helpful.
  


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
how do you clone a 120gb ssd to 240 gb ssd in mint 19.3 barriegarry Linux - Hardware 11 07-08-2020 10:27 AM
Rebuilt initrd for FC4 anaconda to use sti2envy Fedora 1 02-13-2006 07:30 AM
Rebuilt kernel - no sound now :( Influx Linux - Newbie 3 10-11-2005 09:28 AM
Just rebuilt kernel for the first time....kernel panic!!! cdavidson Linux - Newbie 3 04-03-2005 07:40 PM
splitting a larg file into smaller files to be rebuilt on a windows comp 1eyedgorilla Linux - Software 2 12-22-2004 06:30 PM

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

All times are GMT -5. The time now is 05:01 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