I posted earlier with my troubles getting a recently formatted fat32 working, but i was having issues with samba timing the connection out when transferring big files to the drive. On the advice of someone in the IRC help channel for Kubuntu, I formatted the drive again, this time to ext3.
After the format (I used qtparted), I deleted the entry in fstab, rebooted, set a new mount point in System Settings. At this point I can read the drive (i think so anyway, it's empty so i can't be sure), but I can't write to it.
I've tried a few things...
qtparted confirms that the drive is formatted ext3.
If I change the type from "auto" to "ext3" in System Settings, it enables/disables like it should, but attempting to create a folder in the drive still fails.
Here's the line in fstab referring to the drive:
/dev/sdb1 /media/sdq1 ext3 users,atime,auto,rw,nodev,exec,nosuid 0 0
I can paste the entire file if someone needs it, but I can verify for you that no two entries share mount points or anything like that.
After the format (I used qtparted), I deleted the entry in fstab, rebooted, set a new mount point in System Settings. At this point I can read the drive (i think so anyway, it's empty so i can't be sure), but I can't write to it.
I've tried a few things...
qtparted confirms that the drive is formatted ext3.
If I change the type from "auto" to "ext3" in System Settings, it enables/disables like it should, but attempting to create a folder in the drive still fails.
Here's the line in fstab referring to the drive:
/dev/sdb1 /media/sdq1 ext3 users,atime,auto,rw,nodev,exec,nosuid 0 0
I can paste the entire file if someone needs it, but I can verify for you that no two entries share mount points or anything like that.
Comment