Dear LL Team,
I have been successfully been installing LL2 in my USB & USB HDD and its working fine, except following issue;
1.When installed in USB HDD i configured one of the extended partition as FAT32 and gave the mount point as Windows the software installs and at reboot the grub runs and displays the standard LL boot options and then once booted to LL2 it goes blank further OS doesn't get loaded.
2.I reinstalled the same with all extended partitions as ext4 format it works fine.
I tried this n number of times the above 2 options the result was same, right now i working with the option 2, but i want to configure one of the partitions as FAT32.
Pl help me in this
Arun
Posts: 1,094
Threads: 19
Joined: Feb 2014
Reputation:
0
Too difficult to figure out exactly what you are trying to do. Please post back with your desired partition setup in a list-type form -- eg. Partition -- Mount Point -- Format -- Partition Type.
Below is an example of how I'd like you to report what you are trying to do. It is NOT a suggestion of how to do anything, because I don't know how you are trying to set anything up yet.
/dev/sdb1 -- / (root) -- Ext4 -- Primary partition
/dev/sdb2 -- none -- none -- Extended partition
/dev/sdb5 -- /home -- Ext4 -- Logical partition
/dev/sdb6 -- /Windows -- FAT32 -- Logical partition
Posts: 1,094
Threads: 19
Joined: Feb 2014
Reputation:
0
The drive can only have one "Extended" partition. If you are trying to create another one, that's why it's failing. Your sdb1 extended partition is currently filled by both the swap and home partitions. You can use GParted (from a live LL DVD/USB) to expand the sdb1 partition to include all of the unallocated space first, then add a "Logical" FAT32 partition if you want it inside the extended partition. Or you can just make the unallocated space into another "Primary" partition.
Are you trying to add that partition to the installation that you already have, or are you trying to re-install everything and have the FAT32 partition set-up during the installation?
Do you want the partition to be automatically mounted on each start-up?
Dear gold_finger,
I have tried all the options as you have said in the mail earlier;
First: During installation i added it to sdb1 as logical FAT32 partition - result - After Grub boot screen the OS doesn't start
Second: Using LL live CD and G parted removed this FAT32 and made it as unallocated using Gparted - result - After Grub boot screen the OS starts fine
Third: During installation i added it to sdb1 as logical e4xt partition - result - After Grub boot screen the OS starts fine
Fourth: I installed as given in the screen shot of my earlier post and using Gparted made it as another Primary FAT32 partition - - After Grub boot screen the OS doesn't start
As you mentioned I want to know how to configure FAT32 partition set-up during installation
Also i want to know how to assign it as another primary FAT32 partition and mount it automatically on each start-up.
Pl guide me...
Posts: 1,094
Threads: 19
Joined: Feb 2014
Reputation:
0
08-16-2014, 10:57 AM
(This post was last modified: 08-16-2014, 11:02 AM by gold_finger.)
I'm not sure what the problem is. Maybe FAT32 format can not be used for such a large partition. Have read that there is normally a size limit of 32GB in MS Windows for FAT32 partitions, but did not think that applied to Linux as well. Maybe it does. I don't know since I've not tried that.
You're not assigning the FAT32 partition a mount point of "/" or "/home", are you?
When you install and are asked for a mount point for the FAT32 partition, what are you filling in for the mount point?
As an experiment, try using NTFS format instead and see if that works. It should.
Do you have to use FAT32 for some reason? Could you use NTFS instead (assuming that experiment works)?