Page 190 of 203 FirstFirst ... 90140180188189190191192200 ... LastLast
Results 1,891 to 1,900 of 2026

Thread: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

  1. #1891
    Join Date
    Aug 2007
    Location
    Romania
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    vampire, if you set your /etc/fstab to mount your partitions with "NTFS" (i mean read only, the default style) the icons appear on desktop?

  2. #1892
    Join Date
    Sep 2007
    Location
    Italy
    Beans
    102
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    That's strange...no icon. I did expect it to work (with the NTFS - read only), in fact before installing the ntfs-3g package I had the icons on the desktop...and changing fstab as you said (so basically restoring the working configuration) doesn't show them....

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    # /dev/hdb2
    UUID=edf52180-dae7-4e4d-aa86-7093e732798b /               ext3    defaults,errors=remount-ro 0       1
    # /dev/hdb1
    UUID=E0ECE3E5ECE3B3C6 /media/hdb1     ntfs     defaults,nls=utf8,gid=46 	    0       0
    # /dev/sda5
    UUID=60BCECE3BCECB526 /media/sda5     ntfs     defaults,nls=utf8,gid=46 	    0       0
    # /dev/sdb1
    UUID=34741DE0741DA5A0 /media/sdb1     ntfs     defaults,nls=utf8,gid=46 	    0       0
    # /dev/sdb5
    UUID=7A88AFB688AF6EF7 /media/sdb5     ntfs     defaults,nls=utf8,gid=46 	    0       0
    # /dev/hdb6
    UUID=a508c748-eee0-47d4-b388-bb9925e978b9 /usr            ext3    defaults        0       2
    # /dev/hdb5
    UUID=81410a3d-0907-4857-8e35-f4867c864d78 none            swap    sw              0       0
    /dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
    /dev/hdc        /media/cdrom1   udf,iso9660 user,noauto     0       0
    /dev/hdd        /media/cdrom2   udf,iso9660 user,noauto     0       0
    Ubuntu or Windows? When ubuntu works it's awesome...when it doesn't it's a pain (as everything that doesn't work).
    When Windows works...who said that it works?

  3. #1893
    Join Date
    Aug 2007
    Location
    Romania
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)


  4. #1894
    Join Date
    Sep 2007
    Location
    Italy
    Beans
    102
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Thanks...that didn't work as the "volumes_visible" option was already cheched, but thatnks anyway as that configuration editor can be handy (I didn't know about it).

    I discovered one thing. As I said, if I restart the PC the partitions are not automatically mounted, if I go to "Places-->Computer" I can see all the partiotions...if I double click it gives me an error saying that I don't have the right priviledes....then I just run the "sudo mount -a" command, and the partitions become accessible (and the appropriate icons appear on the desk).
    Couldn't be possible that the system at start up tries to automatically boot the partitions, but he doesn't have the appropriate privileges so it doesn't mount them.
    Instead when I manually run the "sudo mount -a" command I have to insert the password and therefore I have the privileges only at that point.

    Does this make any sense? Do I have to set the fstab to have root privileges or something like that?
    Couldn't be something that is privileges related?
    Last edited by vampire666eng; September 21st, 2007 at 02:11 PM.
    Ubuntu or Windows? When ubuntu works it's awesome...when it doesn't it's a pain (as everything that doesn't work).
    When Windows works...who said that it works?

  5. #1895
    Join Date
    Aug 2007
    Location
    Romania
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Vampire, that /etc/fstab is read and executed before authentification, so it has all permisions needed. I really have no ideea what's the problem, but I can give you a link to see how a line in /etc/fstab should look.
    http://ubuntuguide.org/wiki/Ubuntu:F...d_write_access

    Sorry I can't help you, but I'm a linux beginner also, so, I have no idea what those umask, gid, nls fields are all about. I just got lucky and for me it works. Apparently, you have screwed something, I don't know what.

    I suggest you to make a new thread, with a nice and intuitive title, so you can have someone more experienced give you an answer.

  6. #1896
    Join Date
    Aug 2007
    Location
    Romania
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: NTFS with read/write support using the ntfs-3g (easy & safe method)

    Quote Originally Posted by jdackle View Post
    I'm feeling silly...

    Can't anybody say something?... Anything?...
    I don't know why the gpg key doesn't seem to work. Try re-adding it.
    If it doesn't work, you can just ignore that warning and continue the installation.

  7. #1897
    Join Date
    Aug 2007
    Location
    Romania
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by mikeize View Post
    I have spent a couple of days trying to figure out my disks and fstab. I feel pretty comfortable editing fstab, but somehow things just aren't working right. I have one partition (sda1) that I can't unmount (it's ext3) --because it "disagrees with fstab". sda2 mounts as "disk-1" for some reason. And I can't write to my XP (ntfs) partition, though it is mounted (but as "disk"). Here's my fstab:

    # /etc/fstab: static file system information.
    #
    # -- This file has been automaticly generated by ntfs-config --
    #
    # <file system> <mount point> <type> <options> <dump> <pass>

    proc /proc proc defaults 0 0
    # Entry for /dev/sdb2 :
    UUID=ec1ac23d-2485-4280-bf23-8be261461e9f / ext3 defaults,errors=remount-ro 0 1
    # Entry for /dev/sdb3 :
    UUID=98c28514-5227-4909-a008-5a76ac3f8b45 /home ext3 defaults 0 2
    # Entry for /dev/sda1 :
    UUID=1944d697-7af8-43ee-bade-0e340dbe248e /media/sda1 ext3 defaults 0 0
    # Entry for /dev/sda2 :
    UUID=c60c6f10-8c31-4449-8355-aff00f0ba736 /media/sda2 ntfs-3g defaults,locale=en_US.utf8 0 0
    # Entry for /dev/sdb1 :
    UUID=3814972C1496EC5E /media/sdb1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
    # Entry for /dev/sdb5 :
    UUID=970218a8-bf95-40e2-ac6f-88244e50f17a none swap sw 0 0
    /dev/scd1 /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0


    I'll be happy to post any other info, in the hopes that someone can help me track down the problem.

    -mike
    mike, I don't know, those UUID's make me feel dizzy. Try wrinting normal, old style lines in /etc/fstab.
    I mean, instead of those UUID's, write something like this:
    /dev/sda2 /media/sda2 ntfs-3g defaults,locale=en_US.utf8 0 0

    Oh, and take a look at ubuntu feisty guide ( http://ubuntuguide.org/wiki/Ubuntu:F...d_write_access ) to see how /etc/fstab should look.

    Good luck!

  8. #1898
    Join Date
    Sep 2007
    Location
    Italy
    Beans
    102
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    kingofpain, even if we didn't solve the problem...thanks a lot for all your help and interest on the matter. It was much appreciated!
    Ubuntu or Windows? When ubuntu works it's awesome...when it doesn't it's a pain (as everything that doesn't work).
    When Windows works...who said that it works?

  9. #1899
    Join Date
    Apr 2007
    Location
    California, USA
    Beans
    266
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by kingofpain View Post
    mike, I don't know, those UUID's make me feel dizzy. Try wrinting normal, old style lines in /etc/fstab.
    I mean, instead of those UUID's, write something like this:
    /dev/sda2 /media/sda2 ntfs-3g defaults,locale=en_US.utf8 0 0

    Oh, and take a look at ubuntu feisty guide ( http://ubuntuguide.org/wiki/Ubuntu:F...d_write_access ) to see how /etc/fstab should look.

    Good luck!
    I reformatted, oh well. Even then it took a lot of trying and frustration (and several reinstalls) before I was able to boot normally. In the end, I even had to wipe my home partition! Kind of defeats the purpose, huh?

    -mike

  10. #1900
    Join Date
    Aug 2007
    Location
    Romania
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by mikeize View Post
    I reformatted, oh well. Even then it took a lot of trying and frustration (and several reinstalls) before I was able to boot normally. In the end, I even had to wipe my home partition! Kind of defeats the purpose, huh?

    -mike
    Wow, but at least, it works now?

    @ vampire : yo're welcome!

Page 190 of 203 FirstFirst ... 90140180188189190191192200 ... LastLast

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
  •