Page 84 of 203 FirstFirst ... 3474828384858694134184 ... LastLast
Results 831 to 840 of 2026

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

  1. #831
    Join Date
    Oct 2005
    Location
    Southeast Asia
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    @dutchmega, paste you fstab. Also, it may be a permission set on the partition/drive/directory. I do that for my servers when hardening them.

    Quote Originally Posted by MilesTEG1 View Post
    Hello everybody.
    Givré, what's the news for edgy ?
    Does the repo is ok for edgy ?
    yes

  2. #832
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by MilesTEG1 View Post
    Hello everybody.
    Givré, what's the news for edgy ?
    Does the repo is ok for edgy ?
    Since knot3
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  3. #833
    Join Date
    Jul 2006
    Location
    France
    Beans
    74
    Distro
    Ubuntu 8.04 Hardy Heron

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

    ok, so all is going good
    I have to do the upgrade
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  4. #834
    Join Date
    Feb 2006
    Beans
    151
    Distro
    Kubuntu 7.10 Gutsy Gibbon

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

    For amd64 users I am pretty sure that you have to do it from source.
    Never let your sense of morals prevent you from doing what's right.
    Isaac Asimov

  5. #835
    Join Date
    Oct 2006
    Beans
    11

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

    hi, I have one strange problem with this drivers, I've done exactly what is written in the first post and the results are bit strange (I think).
    In fact the disks with NTFS work when I access to them by
    /media/<dev name> but when I try to access by Nautilus it said

    Could not mount device.
    The reported error was:
    mount: according to mtab, /dev/hdb1 is already mounted on /media/hdb1
    mount failed
    if i try to unmount and mount nothing changes, I have access if I go to /media/hdb1 but not from the resources in nautilus.

    here is my fstab
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hdb2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda1 /media/hda1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hda5 /media/hda5 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
    /dev/hdb1 /media/hdb1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hdb3 none swap sw 0 0
    /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
    I'm using dapper

  6. #836
    Join Date
    Oct 2005
    Location
    Southeast Asia
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    What happenes when you do this:

    Code:
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hdb2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda1 /media/hda1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hda1 /media/hda1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hda5 /media/hda5 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
    #/dev/hdb1 /media/hdb1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hdb1 /media/drive2 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hdb3 none swap sw 0 0
    /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
    and then this:

    Code:
    sudo mkdir /media/drive2
    and reboot.

    edit: made changes. please re-read this post.
    Last edited by domino; October 26th, 2006 at 05:28 PM.

  7. #837
    Join Date
    Oct 2006
    Location
    The Netherlands
    Beans
    36
    Distro
    The Feisty Fawn Testing

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

    Quote Originally Posted by domino View Post
    @dutchmega, paste you fstab.
    I figured it out. It was a compressed file.
    Anyway, I have to say: good job with this. It works good.

  8. #838
    Join Date
    Oct 2006
    Beans
    11

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

    Quote Originally Posted by domino View Post
    What happenes when you do this:

    Code:
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hdb2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda1 /media/hda1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hda1 /media/hda1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hda5 /media/hda5 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
    #/dev/hdb1 /media/hdb1 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hdb1 /media/drive2 ntfs-3g defaults,locale=it_IT.utf8 0 0
    /dev/hdb3 none swap sw 0 0
    /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
    and then this:

    Code:
    sudo mkdir /media/drive2
    and reboot.

    edit: made changes. please re-read this post.

    nothing changes, i can go in the new dir created in /media and there write or read from NTFS but when I try to access for example from /computer/<device name> I have the same results as before (could not mount etc etc etc).
    The device appears to be mounted and not mounted at same time...
    Last edited by wargarv; October 26th, 2006 at 06:04 PM.

  9. #839
    Join Date
    Oct 2005
    Location
    Southeast Asia
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    please state your desktop environment. gnome, kde, other? i've read that kde had some issues in the past. I don't know if it's resolved now though.

  10. #840
    Join Date
    Oct 2006
    Beans
    11

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

    Quote Originally Posted by domino View Post
    please state your desktop environment. gnome, kde, other? i've read that kde had some issues in the past. I don't know if it's resolved now though.
    Gnome, thanks (ubuntu 6.06)

Page 84 of 203 FirstFirst ... 3474828384858694134184 ... 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
  •