Entry tags:
Obligatory computer question
So, I've almost got SKYLARK/SKYLARK64 set up, with a Win XP Pro/Debian dual-boot situation going on. The only problem is the shared partition - I have it mounting as my uid, with full permissions (I think) but it's still acting write-protected. I couldn't convince anything to format a 160-GB FAT partition, so it's NTFS which Debian insists works just fine. Here's the applicable fstab line:
Am I missing something? uid=1000 is byoung and gid=100 is users. /mnt/shared has byoung and owner and all permissions set... I think. Help?
click
/dev/sda5 /mnt/shared ntfs uid=1000,gid=100,fmask=1,dmask=0,user,rw 1 3
Am I missing something? uid=1000 is byoung and gid=100 is users. /mnt/shared has byoung and owner and all permissions set... I think. Help?
click
no subject
Do you need to be able to write to all of that 160G partition? Can you repartition it to more manageable chunks.
no subject
no subject
no subject
no subject
it's super easy - all you have to do (if i'm remembering correctly) is apt-get it and then change the line in your fstab to say 'ntfs-3g' instead of ntfs. then smile a lot.
no subject
Except the Debian repository didn't have the latest version (2.6) of fuse, so I had to uninstall it from Synaptic and install from source. I'm hoping this doesn't become a problem in the future if Synaptic tries to install 2.5 again.