Yes I know this one has been done to death, but I haven't spotted anyone with the same problem (apologies if there is and I've missed it)...I have managed to mount a FAT32 partition however it's read only. I cannot for the life of me figure out how to make it writable! Any tips?
If it makes a difference, it's a logical partition. Output of fdisk -l is:
the appropriate fstab line is:
~Shiv
If it makes a difference, it's a logical partition. Output of fdisk -l is:
Code:
Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 7362 59135233+ 7 HPFS/NTFS /dev/sda2 7932 9651 13815900 83 Linux /dev/sda3 9652 9729 626535 f W95 Ext'd (LBA) /dev/sda4 7363 7931 4570492+ c W95 FAT32 (LBA) /dev/sda5 9652 9729 626503+ 82 Linux swap / Solaris Partition table entries are not in disk order
Code:
/dev/sda4 /mnt/sharedspace vfat iocharset=utf8,umask=000 0 0
Comment