Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
running linux mint 18.1 - cinnamon; used gparted to make extended partition. Next made a logical partition inside new extended. Cannot mount new logical partition. "MOUNT" is always greyed out. Thank you very much for your help.
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363
Rep:
Quote:
Originally Posted by MadeInGermany
You must create a filesystem before you can mount it. E.g. with the "mkfs" command.
Code:
man mkfs
This is, of course, correct. I am surprised that the file system wasn't created and formatted when the OP created the logical partition in GParted ... Doesn't GParted usually have you specify the filesystem right away and format it when creating a new partition ?
Rickkkk-You are correct-file system IS created and formatted upon creating the logical partition. I've almost never had a problem creating partitions, but this is on a friend's machine, and I'm kind of stumped.Have deleted the newly made partition, and remade it several times, but always have same problem. I'm suspecting this may be due to his creating the extended partition himself(first time). Ordinarily, I would delete any and all partitions within the extended partition, and then start anew. However, he has Win10 and several other(?) partitions within the extended one.
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363
Rep:
Quote:
Originally Posted by tosim
Rickkkk-You are correct-file system IS created and formatted upon creating the logical partition. I've almost never had a problem creating partitions, but this is on a friend's machine, and I'm kind of stumped.Have deleted the newly made partition, and remade it several times, but always have same problem. I'm suspecting this may be due to his creating the extended partition himself(first time). Ordinarily, I would delete any and all partitions within the extended partition, and then start anew. However, he has Win10 and several other(?) partitions within the extended one.
Hi tosim ...
OK, if you're sure the filesystem is created and formatted within the logical partition you created, let's see if we can figure out why you can't seem to mount it.
Could you execute the following command in Mint and post the output ?
I find use Disks(gnome disk utility) is a good app to check things out...
I've been a gparted user for a long time but have found issue with its use in recent times...
Still a top of the line app but sometimes can be a problem...
One other thing I have learnt over the years with partitioning, keep the partitions neat and cleanly setup, when you start doing stupid things and dont keep them in order, funny things can happen...
Logically speaking, it dont matter, but experience has shown otherwise...
Exactly which partition are you trying to mount?? Contrary to your original post, I don't see a configuration in your lsblk output showing one extended partition with one logical partition on either of the hard drives(sda and sdc). sdc has two logical paritions(sdc5 and sdc6) on the extended partition, sdc1, and on sda there are 5 logical partitions(sda5 thru 9) on the extended partition, sda3, with sda1 and sda2 being primary partitions. In addition, lsblk has sdc5 and sdc6 with the same mount point(/media/dave/V) and there is no sdb? To further clarify, could your run and post the output of the following:
running linux mint 18.1 - cinnamon; used gparted to make extended partition. Next made a logical partition inside new extended. Cannot mount new logical partition. "MOUNT" is always greyed out. Thank you very much for your help.
If you're making partitions on a HDD with Gparted, you must make sure you're not on an OS on the same HDD/SSD.
Use Gparted from a different HDD/SSD.
Alternatively, just install a Linux OS onto a (cheap) USB flash drive.
Boot from the USB flashdrive, install Gparted onto it, and then manipulate the partitions on the HDD/SSD.
Gparted won't let you change partitions on the HDD because the OS you're using is on the same HDD. IMO.
Please send the output of
Code:
lsblk -o name,mountpoint,size,uuid
This way, we can then see the disk drives, partitions and mountpoint.
Please put the output within the [CODE] icon which appears as '#' on your 'reply dialog box'.
Last edited by trumpforprez; 04-13-2017 at 04:15 PM.
Thank all of you for the assistance so far. The guy with the problem(not myself), will be tied up medically, for about a week starting today. Therefore, we have to take a break, and will not be able to handle the last few suggestions. Again, thank y'all for the assistance, and hopefully, when he gets back, we can continue this. Personally, if this was one of my machines, I would format entire hard drive, and start fresh.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.