Results 1 to 5 of 5

Thread: no write privileges hardy to vista

  1. #1
    Join Date
    Jul 2008
    Beans
    9

    no write privileges hardy to vista

    I dual-boot Hardy and Vista Business. when i get into the Windows files from Hardy i don't have write privileges. how can i get around this?

  2. #2
    Join Date
    Jun 2008
    Beans
    381

    Re: no write privileges hardy to vista

    Can you write to your Windows partition as root? I.e.
    Code:
    sudo nautilus
    then browse to your files, open them and save?

    If so, you can use root privileges to give your user write access to the whole drive or to individual directories. The easiest way I can think of would be to use sudo nautilus to browse to the windows drive, then select all of the folders, right-click->Properties, and modify the Permissions tab. You can also use chmod, but I'm a little hazy on the exact syntax of that.

  3. #3
    Join Date
    Jul 2008
    Beans
    9

    Re: no write privileges hardy to vista

    Quote Originally Posted by estyles View Post
    Can you write to your Windows partition as root? I.e.
    Code:
    sudo nautilus
    then browse to your files, open them and save?

    If so, you can use root privileges to give your user write access to the whole drive or to individual directories. The easiest way I can think of would be to use sudo nautilus to browse to the windows drive, then select all of the folders, right-click->Properties, and modify the Permissions tab. You can also use chmod, but I'm a little hazy on the exact syntax of that.
    thanks, this worked perfectly

  4. #4
    Join Date
    Nov 2007
    Location
    india
    Beans
    485
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: no write privileges hardy to vista

    a better (and permanent) solution would be to edit the /etc/fstab file and give read/write permissions to vista partition.
    if you dont know how to do this...post this o/p:
    Code:
    sudo gedit /etc/fstab

  5. #5
    Join Date
    Jun 2008
    Beans
    381

    Re: no write privileges hardy to vista

    Quote Originally Posted by dexter.deepak View Post
    a better (and permanent) solution would be to edit the /etc/fstab file and give read/write permissions to vista partition.
    He's right. That is a better way to do it. Didn't realize it was possible until you posted that, dex. I need to use that for my mounted drives, because chmodding the folder that the drive mounts to, while it may work, isn't as elegant a solution. I know how to edit my fstab file, but how do you make the mounted drives r/w? If it's simple and stated in the comments of the file, then I apologize - I'll check that when I get home, but I'm on Windows right now.

Bookmarks

Posting Permissions

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