Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
I have set up a dual boot situation with XP and suse. I have a partition that I made fat32 in Linux using parted. I was wondering how I find this partition in windows? I know it is a windows question, but am hoping that some more intelligent linux person has run into this.
Of course with linux I can get to partitions easily.
Well, my windows directory has c: (mostly blank, i think it is picking up on /boot or /swap), E: (drives windows installed on).
When I boot to my suse cd it shows that the partitions have /dev/hda6 as the fat32 windows partition, but windows doesn't seem to find it. If nobody has run into this with their dual boot maybe I will try a windows forum. Thanks for any help.
Parted and other tools don't create "real FAT32". Althought I don't know how to create FAT32 in Linux.
I was successful only in formatting floppy in FAT32.
Maybe you should try MS-DOS bootable floppy, i.e. try to format... only a suggestion.
Through the control panel, click on admistrative tools
then
Computer management
then
Disk management
This will bring up the XP disk management extension.
Right click on the partition you want to explore and choose explore. If it's FAT32 it should allow you to do this.
Cheers
Thank you, I will try those other suggestions.
As far as this one, what I found was that it actually was finding the partition and calling it C:, but it is not recognizing its file system and thus I can't do anything with it. I tried to format it, but it told me format was not successful (a very useful windows error)
Originally posted by perfect_circle can you post the result of
Code:
/sbin/fdisk -l /dev/hda
to see the partition id (thats a low L not a 1)
This is strange to me. Below is what is spit out by fdisk. This is a little different then when I boot to the Suse Install CD and look at the parititions there because /dev/hda4 isn't really described there and /dev/hda6 shows up as Windows FAT32. Any thoughts from this?
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 13 104391 83 Linux
/dev/hda2 * 14 3200 25599577+ 7 HPFS/NTFS
/dev/hda3 3201 3330 1044225 82 Linux swap
/dev/hda4 3331 9729 51399967+ f W95 Ext'd (LBA)
/dev/hda5 3331 6867 28410921 83 Linux
/dev/hda6 6868 9728 22980951 8e Linux LVM
linux:/sbin #
Originally posted by degraffenried13 This is strange to me. Below is what is spit out by fdisk. This is a little different then when I boot to the Suse Install CD and look at the parititions there because /dev/hda4 isn't really described there and /dev/hda6 shows up as Windows FAT32. Any thoughts from this?
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 13 104391 83 Linux
/dev/hda2 * 14 3200 25599577+ 7 HPFS/NTFS
/dev/hda3 3201 3330 1044225 82 Linux swap
/dev/hda4 3331 9729 51399967+ f W95 Ext'd (LBA)
/dev/hda5 3331 6867 28410921 83 Linux
/dev/hda6 6868 9728 22980951 8e Linux LVM
linux:/sbin #
No wonder that Windows do not see the partition. Look in my system:
Code:
skalkoto@darkstar:~$ /sbin/fdisk -l /dev/hda
Disk /dev/hda: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 829 6658911 b W95 FAT32
/dev/hda2 830 2104 10241437+ 7 HPFS/NTFS
/dev/hda3 2105 19103 136544467+ f W95 Ext'd (LBA)
/dev/hda5 2105 12595 84268926 b W95 FAT32/dev/hda6 12596 15145 20482843+ b W95 FAT32
/dev/hda7 15146 16766 13020651 83 Linux
/dev/hda8 16767 16831 522081 82 Linux swap
/dev/hda9 16832 17468 5116671 83 Linux
skalkoto@darkstar:~$
I don't know if the filesystem is OK but the partition ID is not "b" but "8e".
If you haven't stored anything valuable there, then change this with fdisk.
(do fdisk /dev/hda) type m for help.
I think to change it you need to type t, then 6 (you'll find this out)
If the partition is not a Fat32 at all, the next time you boot into windows windows shall see it and give you the opportunity to format it.
*EDIT*
An easy way to create a partition is to boot from your Windows CD choose to install windows, and create a new partition. Format it and reboot without installing windows.
You may also take a look at kornerr's guide. Seems fine to me...
Last edited by perfect_circle; 06-26-2005 at 03:44 PM.
Thanks for the help. I ended up booting to the Windows software and entering the restore command line. In there is a partitioning program, I think part something, it is in the help.
I was then able to delete and recreate the partition and tehn windows could format it. Thanks again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.