LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 04-08-2017, 03:41 PM   #1
tosim
Member
 
Registered: May 2012
Posts: 73

Rep: Reputation: Disabled
partition-gparted-how to mount


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.
 
Old 04-08-2017, 04:24 PM   #2
MadeInGermany
Senior Member
 
Registered: Dec 2011
Location: Simplicity
Posts: 2,806

Rep: Reputation: 1207Reputation: 1207Reputation: 1207Reputation: 1207Reputation: 1207Reputation: 1207Reputation: 1207Reputation: 1207Reputation: 1207
You must create a filesystem before you can mount it. E.g. with the "mkfs" command.
Code:
man mkfs
 
Old 04-09-2017, 09:13 AM   #3
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
Mount new partition

Thanks-will try it.
 
Old 04-10-2017, 03:37 PM   #4
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by MadeInGermany View Post
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 ?
 
Old 04-11-2017, 10:40 AM   #5
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
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.
 
Old 04-11-2017, 01:10 PM   #6
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by tosim View Post
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 ?

Code:
lsblk -fs
Thx ...
 
Old 04-13-2017, 08:30 AM   #7
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
Rickkkk-Thanks so much for your assistance.
Here is the output of lsblk -fs
dave@dave-Lenovo-C540 ~ $ lsblk -fs
NAME FSTYPE LABEL UUID MOUNTPOINT
sr0
sdc5 vfat VOL 1 23AD-2980 /media/dave/V
└─sdc
sdc1
└─sdc
sdc6 vfat VOL 2 24DE-5680 /media/dave/V
└─sdc
sda2 ntfs Windows OS Win10 D4D675E8D675CB6E
└─sda
sda9 ext4 ae175389-f988-49c6-9469-3676edbf9681
└─sda
sda7 swap aeafd835-2ac1-4f44-8464-4d41b5061e9e [SWAP]
└─sda
sda5 ntfs Windows Storage C2F4FA78F4FA6DD3
└─sda
sda3
└─sda
sda1 ntfs System Reserved DA286C9B286C7901
└─sda
sda8 ext4 b37a522a-a993-42d9-b22d-60a6c314e6b3
└─sda
sda6 ext4 ae9714e8-d8d4-4728-9f02-802536a7d329 /
└─sda
dave@dave-Lenovo-C540 ~ $
 
Old 04-13-2017, 09:36 AM   #8
wraithe
Member
 
Registered: Feb 2006
Location: Australia
Distribution: Linux... :-)
Posts: 241
Blog Entries: 1

Rep: Reputation: 50
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...
 
Old 04-13-2017, 12:23 PM   #9
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Did you try a reboot before mounting? Sometimes that will make work.

Last edited by colorpurple21859; 04-13-2017 at 12:25 PM.
 
Old 04-13-2017, 12:51 PM   #10
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
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:
Code:
sudo fdisk -l
 
Old 04-13-2017, 04:05 PM   #11
trumpforprez
Member
 
Registered: Nov 2016
Location: UK
Distribution: Debian Jessie
Posts: 154

Rep: Reputation: Disabled
Quote:
Originally Posted by tosim View Post
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.
 
Old 04-14-2017, 01:38 PM   #12
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
Mounting Partition

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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] gparted: Invalid partition table - recursive partition on /dev/sdb unixunderground Linux - Software 5 04-26-2015 04:26 PM
Partition trouble: Gparted errors and Slackware says partition overlap Kallaste Linux - Newbie 9 06-28-2012 07:05 AM
Invalid partition table for swap partition that I moved with Gparted keith9e Linux - Hardware 16 02-10-2010 12:21 PM
Gparted: Joining 2 partition ext3 within one partition (data saved) Davno Linux - Software 1 12-11-2009 04:24 PM
Gparted for a new partition mcbenus Linux - Software 10 09-09-2007 08:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration