Why doesn't Fedora 27 file manager show NTFS drives?
Whenever I plugin my external hard drive, it doesn't open automatically. Also, the my internal drives doesn't show up in the file manager. Earlier it used to. However I can mount them as follows:
sudo fdisk -l
Swipe your finger across the fingerprint reader
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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: 934F5CB9-2B0E-4715-89F6-55A6AE9CF289
Device Start End Sectors Size Type
/dev/sda1 2048 534527 532480 260M EFI System
/dev/sda2 534528 567295 32768 16M Microsoft reserved
/dev/sda3 567296 882352127 881784832 420.5G Microsoft basic data
/dev/sda4 984754176 1951473663 966719488 461G Microsoft basic data
/dev/sda5 1951475712 1953523711 2048000 1000M Windows recovery environment
/dev/sda6 882352128 882659327 307200 150M EFI System
/dev/sda7 968214528 984754175 16539648 7.9G Linux swap
/dev/sda8 882659328 968214527 85555200 40.8G Linux filesystem
Partition table entries are not in disk order.
Disk /dev/sdb: 14.9 GiB, 16013942784 bytes, 31277232 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: A61CA1D4-7867-46CA-9E76-792576E59CA0
Device Start End Sectors Size Type
/dev/sdb1 2048 31277055 31275008 14.9G unknown
I can view my windows D drive files using this:
sudo mkdir /mnt/sda4
sudo mount /dev/sda4 /mnt/sda4
ls /mnt/sda4