Page 24 of 203 FirstFirst ... 1422232425263474124 ... LastLast
Results 231 to 240 of 2026

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

  1. #231
    Join Date
    Mar 2006
    Location
    Montreal, Canada
    Beans
    248
    Distro
    Hardy Heron (Ubuntu Development)

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

    /etc/mtab:

    Code:
    /dev/hda1 / ext3 rw,errors=remount-ro 0 0
    proc /proc proc rw 0 0
    varrun /var/run tmpfs rw 0 0
    udev /dev tmpfs rw 0 0
    devpts /dev/pts devpts rw,gid=5,mode=620 0 0
    /dev/hda4 /home ext3 rw 0 0
    /dev/fuse /media/big fuse rw,nosuid,nodev,noatime,default_permissions,allow_other 0 0
    /etc/fstab:

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /dev/hda1       /               ext3    defaults,errors=remount-ro 0       1
    /dev/hda4       /home           ext3    defaults        0       2
    /dev/hda3       /media/big      ntfs-3g    silent,locale=en_US.utf8,umask=007,gid=46 0       0
    /dev/hdb1       /media/massif   ntfs-3g    silent,locale=en_US.utf8,umask=007,gid=46 0       0
    /dev/sdb1       /media/sata     ntfs-3g    silent,locale=en_US.utf8,umask=007,gid=46 0       0
    /dev/sda1       /media/scsi     ntfs-3g    silent,locale=en_US.utf8,umask=007,gid=46 0       0
    /dev/hda5       none            swap    sw              0       0
    /dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
    I'm not sure why it works with the older kernel and not with the new one...
    Last edited by saracen; August 2nd, 2006 at 06:31 PM.

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

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

    I don't really now what is the problem.
    Try to compile the module by yourself (see point 5)
    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. #233
    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)

    Hello,
    I have some trouble with my external Hard Drive.
    On this external DD, I have a ntfs partition named DD-Externe.

    First, i used Kubuntu Dapper 6.06 AMD64bits version.

    I installed ntfs-3g successfully, and I can read/write on a ntfs volume on my hard drive in my computer (internal drive).

    I try to put the ntfs-3g driver for accessing my external ntfsp partition.
    Here you can see the lines in my fstab :
    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc /proc proc defaults 0 0
    /dev/sdc1 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
    /dev/sdc5 /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
    
    
    # Ancienne ligne de commande pour lire le ntfs.
    #/dev/sdb5 /media/jeux-1 ntfs defaults,nls=utf8,umask=007,uid=0,gid=46,auto,rw,nouser 0 1
    /dev/sdb5 /media/jeux-1 ntfs-3g silent,umask=0,locale=fr_FR.utf8    0    0
    
    /dev/sdc7 /media/jeux-2 vfat defaults,utf8,umask=007,uid=1000,gid=1000,auto,rw,nouser 0 1
    /dev/sda5 /media/linux-xp vfat defaults,utf8,umask=007,uid=1000,gid=1000,auto,rw,nouser 0 1
    /dev/sda2 /media/stockage ntfs defaults,nls=utf8,umask=007,uid=1000,gid=501,auto,ro,nouser 0 1
    /dev/sdb1 /media/windows ntfs defaults,nls=utf8,umask=007,uid=1000,gid=501,auto,ro,users 0 1
    
    [... CDRom part ...]
    
    
    # Ligne de commande présente dans mtab lorsque monté automatiquement via l'icone sur le bureau.
    #/dev/sde1 /media/DD-EXTERNE ntfs rw,noexec,nosuid,nodev,uid=1000,gid=1000,umask=077,iocharset=utf8 0 0
    /dev/sde1 /media/DD-EXTERNE ntfs-3g noauto,silent,umask=007,uid=1000,gid=501,locale=fr_FR.utf8,users    0    1
    The last line for DD-EXTERNE is the line I set.
    It doesn't work.
    The previous line is the line used to mount semi-automaticaly the drive when clicking on the icon on the desktop of KDE.

    With the ntfs-3g line, I get this error message :


    Can somebody help me to have my external ntfs partition have write access with ntfs-3g ??

    Thanks very much.
    Miles
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  4. #234
    Join Date
    Apr 2006
    Beans
    1,252

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

    Salut collègue,
    It's probably the interference between the option users & allow_user (which is default in ntfs-3g).
    - Try to remove the users option, normally pmount will run mount as root.
    - If it's not work, add you in /etc/fuse.conf
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  5. #235
    Join Date
    Jun 2006
    Location
    Dragoonia
    Beans
    69

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

    Hi, I'm having the mentioned "only one partition viewable" problem, except differently.

    My first drive partitioning:
    FAT16|NTFS|FAT32

    My second drive partitioning:
    FAT32|EXT3|Swap|FAT32

    Now, on my first drive (sda) only sda3 appears, and the NFTS part (sda2) appears blank, despite it being full of common 'C:/' drive contents.

    Also, on my second drive (sdb) only sdb1 and sdb4 are accessible.

    No clue what's going on here, I'm about to try to remove ntfs-3g.

    Oh, btw, the update manager had me install 'pmount' right after I installed ntfs-3g. I think that might have something to do with it, but when I tried uninstalling it it said that practically everything else had to be uninstalled as well!

    -Metroid48

    Edit: Okay, I just tried uninstalling it. I reversed all the changes and ran 'sudo apt-get remove nfts-g3' from the terminal. After rebooting, the problem persisted. However, the partitions appeared again in places->Computer, but when I tried openeing it this happened:

    mount: wrong fs type, bad option, bad superblock on /dev/sda2,

    missing codepage or other error

    in some cases useful info is found in syslog - try

    dmesg | tail or so

    any help?


    Edit #2: Hey, the problem resolved it self. I added fuse back onto the end of the file, reverted the other settings back to their originals, then rebooted Ubuntu in recovery mode. Not sure if it'll still work in normal mode, but it's working at the moment!

    -Metroid48
    Last edited by Metroid48; August 3rd, 2006 at 04:31 AM. Reason: Problems Ended :D

  6. #236
    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)

    Quote Originally Posted by givré View Post
    Salut collègue,
    It's probably the interference between the option users & allow_user (which is default in ntfs-3g).
    - Try to remove the users option, normally pmount will run mount as root.
    - If it's not work, add you in /etc/fuse.conf
    Hello ami (tu es français, francophone, ou tu parles français ? )

    So I try to remove the users option, but I have this error now :


    I doesn't have any fuse.conf
    What is that config file ? (structure...)
    I cannot find a doc for this.
    What do I put in this file ?

    Thanks
    Miles
    Attached Images Attached Images
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  7. #237
    Join Date
    Apr 2006
    Beans
    1,252

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

    Ok, it didn't work like i expected, so you will have to add users in the option of ntfs-3g.
    For /etc/fuse.conf, have a look at http://fuse.sourceforge.net/wiki/index.php/fuse.conf
    I guess you just have to create the file and simply add user_allow_other.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  8. #238
    Join Date
    Apr 2006
    Beans
    1,252

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

    @Metroid48: The upgrade of pmount is just to add the support of ntfs-3g, but pmount is only for removable device, so it have nothing to do with simple mount, and the things i add on it can only be use with CLI or with ntfs-3g-nautilus-tools, so keep it install.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  9. #239
    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)

    Re.
    I will try to add user in fuse.conf next reboot.

    For the pmount patched, can you give a AMD64bits version, or source to compile it ?
    Because I cannot install your version because of my 64bits installation.

    Thanks.
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  10. #240
    Join Date
    Apr 2006
    Beans
    1,252

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

    @MilesTEG1: how work the /etc/fuse.conf things?
    I can't provide amd64 package for the patch pmount but you can have all the source with apt-get source.
    Anyway, you don't really need it, cause the change could only be use with the nautilus script (or by CLI but i'm sure that's not what you want).
    I search people to port ntfs-3g-nautilus-tools to konqueror, if you are interested?
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

Page 24 of 203 FirstFirst ... 1422232425263474124 ... 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
  •