Results 1 to 10 of 12
Hey all!
I've posted this question somewhere else, and to this day have not gotten any response. So I'll try here.
Now,
I installed FUSE for exFAT and scons(if it ...
- 01-27-2012 #1Just Joined!
- Join Date
- Jan 2012
- Posts
- 6
Weird exFAT mount error (EOD entry)
Hey all!
I've posted this question somewhere else, and to this day have not gotten any response. So I'll try here.
Now,
I installed FUSE for exFAT and scons(if it has much relevancy, I found a script in another thread and tried using it. Unfortunately it didn't work ).
And, well, I try to mount the exFAT partition (sdd1) via shell into the mountpoint 'media/name_WD'. And this happens:
Code:root@ubuntu:/mount -t exfat-fuse /dev/sdd1 name_WD FUSE exfat 0.9.6 ERROR: missing EOD entry (0x20000, 0x20000). root@ubuntu:
This is really strange. I have gotten it to work once, but then I changed back to XP and updated Ubuntu Linux with apt-get-updgrade a little when I returned to the ubuntu partition. Ever since it has not worked for some odd reason, and I've been getting that stupid error!
Anyone here to help me out?
thanks!
OS: Ubuntu Oneiric Ocelot
- 01-28-2012 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,818
I've never used a disk formatted with exFat, isn't that a special Filesystem that Windows made just for USB disks?
Anyway, this is not an answer to your problem, but is it possible to just format the disk with regular old FAT?, e.g.:
after having made backups, of course...Code:mkfs.vfat /dev/sdd1
- 01-28-2012 #3Just Joined!
- Join Date
- Jan 2012
- Posts
- 6
Unfortunately, I need the exFAT filesystem on it. FAT only supports up to 4 GB. I have files larger than that, and it needs to work with windows and mac.
- 01-28-2012 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,818
ah, okay. well, how about reformatting it with exFAT using Linux tools? I see the utility mkexfatfs is available in the exfat-utils package. I downloaded it for Fedora 16 from here. Maybe that would make a difference?
- 01-29-2012 #5Just Joined!
- Join Date
- Jan 2012
- Posts
- 6
- 01-30-2012 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
What about reformatting it with ntfs? I assume you are running some current Windows (XP or later) operating system which is why you want the exFAT partition, correct? If you are only going to use it with Linux, then format it with ext3 or ext4.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-30-2012 #7Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-30-2012 #8Just Joined!
- Join Date
- Jan 2012
- Posts
- 6
It would be possible, but it is a LOT of data and that would take a very long time. I'm trying to prevent formatting, as it is not guaranteed that it will change anything after I spend all the time copying.

I'm actually using Linux, Windows, and Mac OSX. Mac OSX can read and write NTFS with Mac-FUSE installed, but to do this at my college Macs I'd have to have administrator privs, which I don't because I'm just a student.
- 02-01-2012 #9Linux Guru
- Join Date
- May 2011
- Posts
- 1,818
- 02-01-2012 #10Just Joined!
- Join Date
- Jan 2012
- Posts
- 6


Reply With Quote

