Can't mount GPT NTFS drive in Linux 19.1 on Dual Boot

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bubbastarr

Can't mount GPT NTFS drive in Linux 19.1 on Dual Boot

Post by bubbastarr »

I am running windows 10 and mint 19.1 on a machine. Each OS has its own NVRAM chip. There is a 3TB internal storage drive that I am trying to mount in Linux that refuses to mount. Other Fat drive I also have connected either internally or through a dock work fine.I have exhausted my search on getting this to work.

Here is my BLKID for specific drive. I am trying to mount /dev/sda2

Code: Select all

bubba@Maximus-Mint:~$ sudo blkid /dev/sda
/dev/sda: PTUUID="e43791c9-8e60-11e7-ae90-107b444fe5df" PTTYPE="gpt"

bubba@Maximus-Mint:~$ sudo blkid /dev/sda1
/dev/sda1: PARTLABEL="Microsoft reserved partition" PARTUUID="e43791ca-8e60-11e7-ae90-107b444fe5df"

bubba@Maximus-Mint:~$ sudo blkid /dev/sda2
[sudo] password for bubba:         
/dev/sda2: PARTLABEL="Storage pool" PARTUUID="e43791cb-8e60-11e7-ae90-107b444fe5df"
Here is fdisk -l

Code: Select all

bubba@Maximus-Mint:~$ sudo fdisk -l
Disk /dev/nvme0n1: 232.9 GiB, 250059350016 bytes, 488397168 sectors
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: gpt
Disk identifier: A080701D-DA3B-47BE-8C5D-9A48AE475D0D

Device           Start       End   Sectors   Size Type
/dev/nvme0n1p1    2048    923647    921600   450M Windows recovery environment
/dev/nvme0n1p2  923648   1128447    204800   100M EFI System
/dev/nvme0n1p3 1128448   1161215     32768    16M Microsoft reserved
/dev/nvme0n1p4 1161216 488396799 487235584 232.3G Microsoft basic data


Disk /dev/nvme1n1: 232.9 GiB, 250059350016 bytes, 488397168 sectors
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: gpt
Disk identifier: E4379222-8E60-11E7-AE90-107B444FE5DF

Device         Start       End   Sectors   Size Type
/dev/nvme1n1p1  2048 488396799 488394752 232.9G Linux filesystem


Disk /dev/sda: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors
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: gpt
Disk identifier: E43791C9-8E60-11E7-AE90-107B444FE5DF

Device      Start        End    Sectors  Size Type
/dev/sda1      34     262177     262144  128M Microsoft reserved
/dev/sda2  264192 5860532223 5860268032  2.7T Microsoft Storage Spaces

Partition 1 does not start on physical sector boundary.


Disk /dev/sdb: 74.5 GiB, 80026361856 bytes, 156301488 sectors
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: 0x98000000

Device     Boot Start       End   Sectors  Size Id Type
/dev/sdb1        2048 156301311 156299264 74.5G  c W95 FAT32 (LBA)


Disk /dev/sdc: 596.2 GiB, 640135028736 bytes, 1250263728 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: dos
Disk identifier: 0x4e38e6e9

Device     Boot Start        End    Sectors   Size Id Type
/dev/sdc1        2048 1250260991 1250258944 596.2G  7 HPFS/NTFS/exFAT

Any help is appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
phd21
Level 20
Level 20
Posts: 10103
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Can't mount GPT NTFS drive in Linux 19.1 on Dual Boot

Post by phd21 »

Hi bubbastarr,

Welcome to the wonderful world of Linux Mint and its excellent forum!

It would help to know more about your system setup. If you run "inxi -Fxzd" and "lsusb" from the console terminal prompt, highlight the results, copy and paste them back here, that should provide enough information.

See this post:
NTFS Partition does not activate even with automount, until clicking drive in file manager - Linux Mint Forums
viewtopic.php?f=208&t=278971&p=1535140#p1535140

Hope this helps ...
Phd21: Mint 20 Cinnamon & xKDE (Mint Xfce + Kubuntu KDE) & KDE Neon 64-bit (new based on Ubuntu 20.04) Awesome OS's, Dell Inspiron I5 7000 (7573) 2 in 1 touch screen, Dell OptiPlex 780 Core2Duo E8400 3GHz,4gb Ram, Intel 4 Graphics.
Locked

Return to “Storage”