 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

2nd December 2011, 07:08 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
One partition of a hard diisk is not detected by fedora 14
Hello EBDY,
I have an issue with fedora 14.....I have two hard disks on my desktop..The primary is dual bootable ..it has windows xp and fedora 14...... the secondary is 500 gb hard disk with 2 partitions....both its partitions get detected in windows but in the case of fedora 14 only one partition gets detected the other doesn't.
Any solution
|

2nd December 2011, 10:16 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
I suggest you read the Posting Rules , don't double post again,I have closed your other threads.
|

2nd December 2011, 10:37 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
I double posted because i was not sure if the issue was with the hardware or Fedora installation
|

2nd December 2011, 10:50 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
|

3rd December 2011, 05:11 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
[root@localhost ~]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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
Disk identifier: 0xe0d027d7
Device Boot Start End Blocks Id System
/dev/sda1 63 976768064 488384001 42 SFS
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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
Disk identifier: 0x8ae08ae0
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 30716279 15358108+ 7 HPFS/NTFS
/dev/sdb2 30716280 312560639 140922180 f W95 Ext'd (LBA)
/dev/sdb5 30716343 215030024 92156841 7 HPFS/NTFS
/dev/sdb6 215033856 308365311 46665728 83 Linux
/dev/sdb7 308367360 312559615 2096128 82 Linux swap / Solaris
As can be seen from the log, 500Gb hard disk is detected having a single partition, but it has two partitions.
|

3rd December 2011, 05:29 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
Quote:
Originally Posted by sudhish
[root@localhost ~]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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
Disk identifier: 0xe0d027d7
Device Boot Start End Blocks Id System
/dev/sda1 63 976768064 488384001 42 SFS
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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
Disk identifier: 0x8ae08ae0
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 30716279 15358108+ 7 HPFS/NTFS
/dev/sdb2 30716280 312560639 140922180 f W95 Ext'd (LBA)
/dev/sdb5 30716343 215030024 92156841 7 HPFS/NTFS
/dev/sdb6 215033856 308365311 46665728 83 Linux
/dev/sdb7 308367360 312559615 2096128 82 Linux swap / Solaris
As can be seen from the log, 500Gb hard disk is detected having a single partition, but it has two partitions.
|
There is no windows dynamic disk support in fedora
Code:
Device Boot Start End Blocks Id System
/dev/sda1 63 976768064 488384001 42 SFS
|

3rd December 2011, 05:52 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
Then why is one of the partition(250GB) of the same disk(500GB) detected ?
|

3rd December 2011, 06:25 AM
|
 |
Registered User
|
|
Join Date: Dec 2011
Posts: 47

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
Quote:
Originally Posted by sudhish
Then why is one of the partition(250GB) of the same disk(500GB) detected ?
|
are you sure it's a sfs partition the second one too? can you use gparted and check if it sees the 2nd partition?
the reason why the partition is not showing up because must be missing value in the partition table. Fedora is able to moun the other sfs because probably it's not an sfs partition but an NTFS instead(wrong id#???). also you can double check in windows.
Last edited by fdrake; 3rd December 2011 at 06:28 AM.
|

3rd December 2011, 06:41 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
I have attached the screen shot of gparted......
In windows i find both the partitions of the disk to be of NTFS filesystem
|

3rd December 2011, 06:50 AM
|
 |
Registered User
|
|
Join Date: Dec 2011
Posts: 47

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
Quote:
Originally Posted by sudhish
I have attached the screen shot of gparted......
In windows i find both the partitions of the disk to be of NTFS filesystem
|
so both gparted and windows are recognizing the partition as an NTFS partition, that means that there is an error in the id# of the partition table , that's why fdisk shows it as sfs, i think.
can you post the output of mount?
also how much space do you have in your "movie" folder? 250GB or 500GB. It looks like the whole disk is mounted in movies , so i would check the content of the movie folder. It may be that because of wrong partition table data (maybe both partition are using the same UUID code) both patritions (which are theated by fedora like it's just 1) are mounted in the same place.
Last edited by fdrake; 3rd December 2011 at 06:59 AM.
|

3rd December 2011, 06:52 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
So what's the solution ?
Should i reformat the partition to NTFS
|

3rd December 2011, 07:03 AM
|
 |
Registered User
|
|
Join Date: Dec 2011
Posts: 47

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
Quote:
Originally Posted by sudhish
So what's the solution ?
Should i reformat the partition to NTFS
|
i would suggest you to format (using fedora) all the partitions you need in FAT32 (it's the best way to exchange data between *nix , win and mac systems) just to make it easier for the future.
|

3rd December 2011, 07:09 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
I have attached the gparted view of the other hd also..Please let me know if i committed any mistake in its case
|

3rd December 2011, 07:15 AM
|
 |
Registered User
|
|
Join Date: Dec 2011
Posts: 47

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
did you check my post #10? I added some commands. I just want to check if both partitions are threated just like a unique one. can you post the out put and check in the movies folder (/media/movie) that you have files belonging to both partitions?
|

3rd December 2011, 07:29 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 13

|
|
|
Re: One partition of a hard diisk is not detected by fedora 14
Here are the details of mount-l and df /dev/sda1 -h:
####################################
[root@localhost ~]# mount -l
/dev/sdb6 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev)
/dev/sda1 on /media/movies type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_ permissions) [movies]
/dev/sdb5 on /media/4060776C60776814 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_ permissions)
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# df /dev/sda1 -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 245G 233G 12G 96% /media/movies
---------- Post added at 11:29 PM ---------- Previous post was at 11:16 PM ----------
I do not find the missing partition contents in movies folder.......
free space in movies folder is around 11GB/250GB
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 23:08 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|