I’ve been searching on google for a while now to solve the problem with my external FAT32 drive not automounting at bootup and I get stuck on this command:
“bash: /dev/disk/by-uuid/09eb-9edd: No such file or directory”
and when i change “09eb-9edd” to “09EB-9EDD” which must be the correct name I get this from “/dev/disk/by-uuid/09EB-9EDD /media/elements reiserfs users,defaults 0 0”:
Where should i put “/dev/disk/by-uuid/09eb-9edd /media/elements reiserfs users,defaults 0 0”? I tried to put it on a new line under “/dev/disk/by-id/scsi-SATA_Hitachi_HTS7220071108DP1C10DJG7LGHP-part3 /home ext3 acl,user_xattr 1 2” but it disapeard.
I tried to put the line there again and save (ctrl + s) but when i open “edit /etc/fstab” again it’s gone. So therefore I tried to open “etc/fstab” in openoffice, but when I try to edit it there I get the message “object not accessible. The object cannot be accessed due to insufficient user rights.”. How can I be logged in as root when I edit something in openoffice?
I saw your new post now. The line can’t be used in the partitioner. Do you know wich options to change for my drive under edit in the partitioner to get it to work?
I did put in that line in /etc/fstab using vi. I saved and I rebooted but sadly the drive didn’t automount. What does “reiserfs” stand for? Do you have any more sugestions?
Swerdna came up with this beutifull line “/dev/sdc1 /media/elements vfat user,check=r,umask=0000,utf8=true 0 0” that works perfectly and lets me get write permission and use å,ä and ö for the drive.
The only problem is that my drives name “sdc1” sometimes changes to “sdb1” or “sdd1” so I want to use the drives uuid instead and came up with this line “/dev/sdc1 /media/elements vfat user,check=r,umask=0000,utf8=true 0 0” wich doesn’t work. Do you have any idea of how to fix that line in order to make it work?
reiserfs is a Linux filesystem. You must have cut-and-pasted that line from an Internet web page without understanding its meaning. I took your word for it that you had a reiserfs on the disk, but you really don’t. Your filesystem type is actually vfat, a Windows filesystem.
The fact that the drive names may change is why the mount by uuid method exists. Go back and change that /dev/sdc1 in the line to:
You missunderstood me. The threads name is “Automount external FAT32 drive at bootup?” so I’ve always been 100% sure I have a FAT32 drive. I did do the changes you sugested, just typed the wrong line when I was to explain to you. But that line didn’t work so one has to make some changes to it. Have any idea?
Ok I missed that. I should have spotted that your line didn’t correspond to your thread title and that you didn’t really understand what reiserfs meant.
You’ll just have to figure out whether that UUID link exists at boot time, and if not, why not.