See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I not see NTFS disk
#3
Command "cat /etc/fstab" only shows what partitions are mounted during boot-up of LL, which is currently just the root partition of LL.  That doesn't necessarily mean that any existing NTFS partitions on the drive are no longer there -- just that they are not mounted on boot.  However, if you were trying to dual-boot with Windows, the fact that the LL root partition is sda1 is probably not a good sign because usually Windows boot &/or system partitions are first on the drive.  If you replaced Windows with LL, but chose to keep an existing NTFS data partition, it may still be there.


To find out for sure, run either of the following two commands to see all of the partitions now present on the hard drive.  The first command is a corrected version of one listed by LL-user.  Second one is just another way to list partitions.
Code:
sudo fdisk -l
(Lowercase letter "L" at end of command, not a number "1".)


Code:
sudo parted --list


Copy/Paste the output of either one of those back here for us to look at.


If you do see any NTFS partitions still on the drive with those commands, also post back the output of the following command so we can describe process for you to add entries to auto-mount the partition(s) if that is what you want to do.  (This command lists the partitions and their UUID's.)
Code:
sudo blkid -c /dev/null -o list
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
I not see NTFS disk - by digikv - 10-16-2016, 08:43 AM
Re: I not see NTFS disk - by LL-user - 10-16-2016, 09:43 AM
Re: I not see NTFS disk - by gold_finger - 10-16-2016, 06:33 PM
Re: I not see NTFS disk - by LL-user - 10-16-2016, 07:38 PM
Re: I not see NTFS disk - by gold_finger - 10-17-2016, 02:46 AM
Re: I not see NTFS disk - by LL-user - 10-17-2016, 07:05 AM
Re: I not see NTFS disk - by digikv - 11-03-2016, 10:00 PM
Re: I not see NTFS disk - by LL-user - 11-03-2016, 11:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)