Hi Guys, I purchased Dell Latitude last month which came with preinstalled windows 10. I have 2 hard disks in the laptop, one nvme 256GB and one sata 1TB. So today I installed Ubuntu on the nvme drive, in which windows 10 was previously installed. After the installation, I don't see my secondary 1TB SATA hard disk, which was showing on windows 10. Can you please help on how I can add my secondary hard disk?
Where is this disk not showing? Have you checked in GParted (if you have it installed) and/or the output from running Code: lsblk -o +FSTYPE in Terminal?
lsblk -o +FSTYPE
Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox If your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."
What format is second drive? If NTFS, did you leave Windows fast start up on? That sets hibernation flag. If hibernation flag Linux NTFS driver will not mount the NTFS partition(s) to prevent damage. Post this: sudo parted -l Best not to use NTFS with Linux as it will need chkdsk & defrag, which only can be run from Windows, not from Linux. You can force mount manually as read/only and copy data to another drive. Then reformat to ext4.
UEFI boot install & repair info - Regularly Updated : https://ubuntuforums.org/showthread.php?t=2147295 Please use Thread Tools above first post to change to [Solved] when/if answered completely.
Hi, Thanks for your time. I can see my hard disk with lsblk (attached snapshot). But I still don't know how to mount it.
Hi, Thanks for your time. I can see my hard disk with lsblk (snapshot link below). But I still don't know how to mount it. https://ibb.co/FVHT9P6
Hi I have attached output of sudo parted -l. Still no clue what to do further. https://ibb.co/FVHT9P6
Assuming the stuff on sda is of no importance and can be erased, I would just use the partition editor to make a new GPT partition table on sda, and then create new ext4 partition(s) for Linux use.
Last edited by Dennis N; September 23rd, 2021 at 02:02 PM.
One point I note is that there is no Name attached to your ext4 partition.
Originally Posted by Dennis N Assuming the stuff on sda is of no importance and can be erased, I would just use the partition editor to make a new GPT partition table on sda, and then create new ext4 partition(s) for Linux use. Hi, Thanks for your time. There is no important data in my laptop. I wanted 256GB Nvme for my OS and 1TB for my /home folder Can you tell me how I can do that. If it means reinstalling, I can do that too.
Originally Posted by dragonfly41 One point I note is that there is no Name attached to your ext4 partition. Hi, I don't know much about this, does no Name in my ext4 can cause any problem?
View Tag Cloud
Ubuntu Forums Code of Conduct