Bug 52034
Summary: | Boot hangs on mounting VFAT parts | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Viral <nailerr> |
Component: | mount | Assignee: | Bernhard Rosenkraenzer <bero> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | roswell | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-08-19 13:18:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Viral
2001-08-19 11:46:08 UTC
using roswell, i have no problems at mouting vfat at boottime: here are my fstab lines, could you try them out?: /dev/sda1 /mnt/c vfat rw,async,exec,auto,nouser,uid=500 0 0 /dev/sda5 /mnt/d vfat defaults,uid=500,auto 0 0 /dev/sdb5 /mnt/e vfat defaults,uid=500,auto 0 0 you will maybe need to change the uid, of course maybe an important part?: i'm using a home-compiled kernel but in fact, i suspect some options to let it hang; the trick would be to find out which ones. No time now to check it now :/ Hi boy, Have a look on this one : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=50874 It seems you need 0 0 at the end of the line instead of 1 1 in your fstab for windows partitions. Have fun, Jean-Yves LENHOF Yes, 50874 is actually the exact same thing. *** This bug has been marked as a duplicate of 50874 *** I need to make an amendment to the bug, the windows booting problem is NOT related, I am sorry I did not realise this before. However the halting on boot still is true, it happens at the stage "Checking Filesystems" and halts, although the pc it's self does not appear locked after a few minuts nothing has happend still. Again I ended up doing a manual fstab edit via rescue mode. This time however no FAT32 warning was given before the halt.. The 0 0 part was correct, appolagies for wasting time on this, when I searched oridionaly I did not find any other bugs with "boot crash fat32" More of a linuxconf bug perhaps... |