ack389
April 22nd, 2008, 09:44 PM
Hi all, I've been having troubles with getting my partition to mount, get permissions to read/write and more. I've been searching these forums for help and fear I have only made it worse. The partition in question is /dev/sda3. it is a 176.78gb partition on my 233gb internal HD. I plan on using it to share media files between OSX and Ubuntu 7.10. It was originally formatted as ext3 but I changed it to fat 32.
here is my fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda4
UUID=ac6d7ef7-12c6-4708-8843-5bcc03ad24a6 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=3F3C-1AF6 /media/EFI System Partition vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda5
UUID=fa5d6eaa-c618-4307-8306-0705171dd7cd none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
Now I know that the text isnt there for that partition, but it wasn't working before when it was there.
Before when I typed "sudo mount -a" it said that line 8 is bad, and it still does even with the edited fstab.
I've been trying to do this for almost 4 days now and it is just driving me crazy.
I send thanks in advance as I know how helpful this community is.
here is my fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda4
UUID=ac6d7ef7-12c6-4708-8843-5bcc03ad24a6 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=3F3C-1AF6 /media/EFI System Partition vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda5
UUID=fa5d6eaa-c618-4307-8306-0705171dd7cd none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
Now I know that the text isnt there for that partition, but it wasn't working before when it was there.
Before when I typed "sudo mount -a" it said that line 8 is bad, and it still does even with the edited fstab.
I've been trying to do this for almost 4 days now and it is just driving me crazy.
I send thanks in advance as I know how helpful this community is.