Find the answer to your Linux question:
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 ...
  1. #1
    Just 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,

  2. #2
    Just Joined! geniuz's Avatar
    Join Date
    Mar 2008
    Location
    Netherlands, Europe
    Posts
    71
    Try changing your umask=000 0 0 into umask=0000 and remove the "defaults" entry.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •