Results 1 to 2 of 2
ok ive looked everywhere for this answer so hopefully i get it here.
i am running xebian (which is pretty much debian) on an upgraded xbox,
i have xampp for ...
- 06-25-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 1
fstab permissions fatx question
ok ive looked everywhere for this answer so hopefully i get it here.
i am running xebian (which is pretty much debian) on an upgraded xbox,
i have xampp for linux running also
if you look at Xebian HOWTO - Xbox-Linux it shows about how to mount hard drive partitions from the xbox.
well i am only worried about
/dev/hda55 /mnt/F fatx defaults,user,umask=000 0 0
so drive f of the xbox will be mounted to /mnt/F which works fine, now heres the problem
after it mounts and mounts fine i see the files and everything now i right click a file or folder or make a new one and right click it in a shh file transfter program and go to properties and try to change the chmodd to 777, and click ok but when i go back to the properties its back at 755, its stuck at 755 and no matter what i do i cant change any permissions in /mnt/F i tryed changeing the owner using ""chown 65534 /mnt/F"" but it says ""chown: changing ownership of `/server': Operation not permitted""
i looked at websites about fstab and options and umask but i cant get /mnt/F to let me change permissions,
- 06-28-2008 #2
Try changing your umask=000 0 0 into umask=0000 and remove the "defaults" entry.


Reply With Quote
