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 - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-07-2012, 08:11 PM   #1
Peleus
Member
 
Registered: Mar 2003
Posts: 77

Rep: Reputation: 15
Linux not seeing certain partitions


I'm trying to get some more space on my Linux drive, so I'm shrinking a previously NTFS partition and planning to format in Ext4. The issue I'm having though is that linux seems to be not seeing particular partitions, both in terms of physical drives and logical partitions. Please note I'm keeping the numbers round to ease of explanation, obviously 1TB's aren't showing 1TB, but their actual size (i.e. 931GB).

In reality - this is what I have -

1. 120GB SDD (C: -> Windows OS)
2. 1TB HDD (D: -> Misc Program Files)
3. 1.5TB HDD (E: -> TV Shows (1.4TB)) (H: -> Unallocated Space - Formatting Target (100GB))
4. 1TB HDD (F: -> TV Shows Pt2)
5. 1TB HDD (G: -> Movies)
6. 60GB SSD (Linux Partition Currently EXT4 / Swap etc)

As you can see, all are single partitions apart from the 1.5TB which I wish to format, which I've successfully shrunk using windows to leave unallocated space.
This is what Linux sees.

/dev/sda -> 1TB HDD (#2)
/dev/sdb -> 1.5TB HDD (#3) - But only as a single complete partition (1.5TB), not the unallocated space
/dev/sdc -> 1TB HDD (#5)
/dev/sdd -> 60GB SSD (#6)

I cannot see at all either the 120GB SSD (#1), the second TV drive (#4) or the logical partition in drive #3 to format.

I've got no idea how to go about forcing linux to search for the extra partitions. All tools seem to be reporting the same thing, although I'm happy to provide any further output you wish. The really important one I wish to solve is viewing the 100GB partition to format it and get some extra space, but obviously seeing all of them would be great for ease of file transfer etc. Distro is Backtrack 5r3, any help is greatly appreciated. Here is the output from fdisk -

Code:
root@bt:~# fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x03a1319d

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1      121601   976760000+   7  HPFS/NTFS

Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x49b84276

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1      182401  1465136001    7  HPFS/NTFS

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x8f1d6a32

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1      121601   976760001    7  HPFS/NTFS

Disk /dev/sdd: 60.0 GB, 60022480896 bytes
255 heads, 63 sectors/track, 7297 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00044434

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1        6994    56174592   83  Linux
/dev/sdd2            6994        7298     2438145    5  Extended
/dev/sdd5            6994        7298     2438144   82  Linux swap / Solaris
Thanks all.
 
Old 12-07-2012, 08:30 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
This might help. I offer it completely untested.

https://www.youtube.com/watch?v=lsGlnhF7JbE
 
Old 12-07-2012, 11:18 PM   #3
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Rep: Reputation: 45
Smile

Try booting to a CD with GParted on it, the gnome partition editor. Then you can edit partitions as desired. There is also a partition table fix tool on it called Test Disk which may help. Here; http://gparted.sourceforge.net/index.php
 
Old 12-08-2012, 01:58 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Check on Windoze if you have dynamic disks defined.
 
Old 12-09-2012, 01:56 AM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
It would also be good to know your kernel version
Code:
uname -r
very old kernels will not support such big disks.

Markus
 
Old 12-11-2012, 10:37 AM   #6
masterclassic
Member
 
Registered: Jun 2007
Distribution: Knoppix, antiX
Posts: 252

Rep: Reputation: 73
I would suggest to check the system in some other Linux distribution.
GParted livecd (latest stable ot latest testing version) is a good choice, as it contains testdisk too.
You can run
Code:
sudo fdisk -lu
from the terminal.

Furthermore, it seems somehow strange to me, to see
Code:
Sector size (logical/physical): 512 bytes / 512 bytes
for the SSD drive. I think these drives use 4k sectors, so the physical sector size would be 4096 bytes instead of 512 bytes.
 
  


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] Is it safe to resize my Slackware partitions after removing my Mint 10 partitions? Robert.Thompson Slackware 19 02-18-2011 11:47 AM
Change primary partitions to logical partitions AND migrate their data? chickenlinux Linux - Hardware 10 04-04-2010 04:31 PM
windows killed my partitions! no linux partitions found on this computer. The MJ Linux - Software 10 01-05-2007 08:31 AM
Question on creating more partitions than default ones, i.e. /home,/root partitions casmac SUSE / openSUSE 1 12-20-2006 05:02 PM
how do I add partitions to drives that have Logical Volume (LVM) partitions? The MJ Linux - Software 5 08-17-2006 06:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:08 PM.

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