PDA

View Full Version : [SOLVED] Pre-Install Planning of Obsidian & Platinum



gemmathetechie
January 1st, 2018, 03:03 AM
Hello there Ubuntu Forums!

The reason for me posting this thread is to question what I should do with the partitions marked as /dev/sdb3 & /dev/sdb7 as well as all of the sizing for all of the partitions for the entirety of /dev/sdb. Please note that the HDD in question is 500GB as well as does this partition laid out best for a multiboot system. Also as well I am unsure as to what boot manager to use (Out of GRUB2, BURG or rEFInd)

Obsidian's specification.

Manufacturer - Lenovo
Model - ThinkCentre
Base System - [LiveUSB] Ubuntu Studio 16.04.3 LTS
Processor - Intel® Core(TM) 2 Duo CPU E7500 @ 2.93GHz
Graphics - GeForce 210
Memory - 3.9 GiB
Disk - 1TB
Obsidian (Master HDD) 500GB



Location
Mount Point
Name
Label
File System
Size


/dev/sda1
/boot/efi
BOOT
Boot Partition
FAT32/EFI
2G


/dev/sda2
--
MSR
Microsoft Reserved
--
2G


/dev/sda3
/win/drive_a
MEDIA
Ambience
NTFS
100G


/dev/sda4
/win/drive_b
BACKUP
Backup Tower
NTFS
100G


/dev/sda5
/win/drive_c
WIN10
Windows 10
NTFS
50G


/dev/sda6
/win/drive_d
DUMP
Dumping Ground
NTFS
50G


/dev/sda7
/android
ANDROID7
Android Nougat
ext4
66G


/dev/sda8
/android/storage/PARTUUID
SDCARD
PART UUID
ExFAT
130G



Obsidian (Slave HDD) 500GB



Location
Mount Point
Name
Label
File System
Size


/dev/sdb1
/
STUDIOSYS
Studio 17.10
ext4
UNSURE


/dev/sdb2
/home
STUDIOHOME
Studio Home
ext4
UNSURE


/dev/sdb3
UNSURE
UNSURE
UNSURE
UNSURE
UNSURE


/dev/sdb4
/dev/vram
SWAP
Studio Swap
Linux Swap
10GB


/dev/sdb5
/
MINTSYS
Cinnamon 18.3
ext4
UNSURE


/dev/sdb6
/home
MINTHOME
Cinnamon Home
ext4
UNSURE


/dev/sdb7
UNSURE
UNSURE
UNSURE
UNSURE
UNSURE


/dev/sdb8
/dev/vram
SWAP
Mint Swap
Linux Swap
10GB



Please note: I am aware that Swap is not mounted/mountable from /dev/vram

coffeecat
January 1st, 2018, 09:42 AM
Welcome to the forum.


Post Script: If there is more information needed to help me with my problem, please go ahead and either PM me or drop a comment on the thread.

Please do not solicit help by means of pm or other means of private communication. Discussions and solutions posted to the forum can be of benefit to all, and not just the registered forum community. Many unregistered guests browse these and other forums seeking information that will help them.

I would also say, and I mean this kindly, that anyone minded to help you needs less information at this stage, not more. If there is a question in your post, I have been unable to find it. Without a succinct statement of what it is you want from the community, you are unlikely to get help.

gemmathetechie
January 1st, 2018, 10:53 PM
Welcome to the forum.



Please do not solicit help by means of pm or other means of private communication. Discussions and solutions posted to the forum can be of benefit to all, and not just the registered forum community. Many unregistered guests browse these and other forums seeking information that will help them.

I would also say, and I mean this kindly, that anyone minded to help you needs less information at this stage, not more. If there is a question in your post, I have been unable to find it. Without a succinct statement of what it is you want from the community, you are unlikely to get help.

I have amended the thread post and I was hoping that you would be able to look it through, or having one of the mods look it through if you are busy.

Thanks
Gemma

gemmathetechie
January 5th, 2018, 10:33 PM
Bump

oldfred
January 5th, 2018, 11:16 PM
I am confused.

The Lenovo specs you posted are for an older BIOS only system.
But your partition layouts are for a newer UEFI system.

I prefer to have an ESP on every drive, even if Ubuntu's grub only installs to the ESP - efi system partition on sda.
My install of Fedora, did let me use the ESP on sdb, and I use it as a backup of all the /EFI folders entries in sda's ESP..

I have mostly Ubuntu installs. And I prefer to keep /home inside / (root), but then have a much larger shared data partition.
When I still had XP, I had a shared NTFS data partition. Then added a shared Linux data partition as I installed another Ubuntu flavor/version. Eventually all data migrated into an ext4 partition at /mnt/data which is mounted into all installs and folders linked into each /home to make it look almost like standard folder structure.

Make sure sdb is gpt partitioned.

I only use 2GB for swap and that probably is too much. I do not hibernate and do not suggest hibernation. The only reason to have a large swap is if hibernating. And now installs of Ubuntu from 17.04 and newer use swap file. They will use a swap partition if found.

My partitioning, just as one example, note drive not fully partitioned. Since added a couple of 25GB partitions for newer installs.
https://ubuntuforums.org/showthread.php?t=2305833&p=13404413#post13404413

I do not think burg even works with UEFI. If you want graphical boot then you can use rEFInd. But I use grub2 as I only see menu for 3 sec, in case I am booting one of my other installs.
https://help.ubuntu.com/community/DiskSpace

gemmathetechie
January 6th, 2018, 12:55 AM
Thank you for the reply oldfred!



Obsidian's hardware is capable of UEFI as far as I am aware. (I know this from Ubiquity complaining at me to make sure that it needs UEFI mode to run properly)
In the past I have had problems with having multiple EFI partitions so that is down to my personal preference.
In regards to having seperate /home partitions, I do this to ensure that if something was to go wrong, the home partition is separate so all I would need to do is to mount that partition. I have a history for botching up Linux installs by messing around with things I shouldn't.
Both sda & sdb was going to be formatted using GPT (Who even uses MBR on new systems anyways?)
I was being slightly overzealous with the swap partitions... I do hibernate quite a fair bit compared to a standard user. In the new layout, I don't have any swap partitions but I was planning on having swap files for each install instead of a specific partition.
I was looking into rEFInd and what I was planning on doing was installing rEFInd via /sdb7 [New Layout] after all of the other OS's are installed.


I do have a newer plan if that would be of help to you?

The reason I have the number of partitions as they are is to stop any cognitive dissonance going on.

Thanks for your help!

oldfred
January 6th, 2018, 05:53 AM
I find each user has his own preferences and then partitioning needs to be unique for that user.
Some general rules apply but otherwise you can do just about anything your want.
And if you have good backups, I backup my /home and data partition(s), so I can easily reinstall.
My new installs may not use same /home info as I want different configuration, but will have same data.

Even if you want separate /home partitions, if multiple installs, you may want a shared ext4 partition.
But can use one or more of the NTFS partitions for shared data. Just make sure Windows fast start up or hibernation is off, or the Linux NTFS driver will not mount.