Results 1 to 10 of 12
I have a 100GB FAT partition on my hard drive, and running openSuSe on my main partition. But, for some reason I cannot save files to it.
Can someone please ...
- 02-19-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 50
Unable to write files to my FAT32 Partition.
I have a 100GB FAT partition on my hard drive, and running openSuSe on my main partition. But, for some reason I cannot save files to it.
Can someone please help me out?
Thank you,
Dustin.
My etc/fstab if it helps:
Code:/dev/sda2 / ext3 acl,user_xattr 1 1 /dev/sda1 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/fd0 /media/floppy auto noauto,user,sync 0 0 /dev/sda4 /audio vfat user,users,gid=users,umask=0002,utf8=true 0 0
- 02-19-2007 #2
post the output of fdisk -l command here.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-19-2007 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 50
Thank you for your quick response Casper. Here is the output of that command.
Code:linux-4vdx:~ # fdisk -l Disk /dev/hdb: 122.9 GB, 122942324736 bytes 16 heads, 63 sectors/track, 238216 cylinders Units = cylinders of 1008 * 512 = 516096 bytes Device Boot Start End Blocks Id System Disk /dev/sda: 320.0 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 1 262 2104483+ 82 Linux swap / Solaris /dev/sda2 * 263 13191 103852192+ 83 Linux /dev/sda4 13192 26246 104864287+ c W95 FAT32 (LBA)
- 02-19-2007 #4
are you able to save files after logging in as 'root'?
edit '/dev/sda4 ....' line in /etc/fstab file.
save file and execute 'mount -a' command.Code:/dev/sda4 /audio vfat defaults,umask=0 0 0
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-19-2007 #5Just Joined!
- Join Date
- Sep 2006
- Posts
- 50
It saved, but it still doesn't give me permissions to save anything there.
- 02-19-2007 #6
are you able to save files after logging in as 'root'?
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-19-2007 #7Just Joined!
- Join Date
- Sep 2006
- Posts
- 50
Yes, I am able to in Root.
- 02-19-2007 #8that code should enable write access for normal users. check /etc/fstab file for typos.Code:
/dev/sda4 /audio vfat defaults,umask=0 0 0
log in as normal user and try this
dose it allow normal user to create folder?Code:su - mkdir /audio1 mount -t vfat /dev/sda4 /audio1 -o defaults,umask=0 exit mkdir /audio1/temp
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-19-2007 #9Just Joined!
- Join Date
- Sep 2006
- Posts
- 50
I got a permission denied error when typing those commands Casper.
Here is my fstab again... again, thanks for the reply...
Code:/dev/sda2 / ext3 acl,user_xattr 1 1 /dev/sda1 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/fd0 /media/floppy auto noauto,user,sync 0 0 /dev/sda4 /audio vfat defaults,umask=0 0 0
- 02-19-2007 #10did you execute 'su -' first?I got a permission denied error when typing those commandsIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote