Page 2 of 203 FirstFirst 12341252102 ... LastLast
Results 11 to 20 of 2026

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

  1. #11
    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)

    When I mount the drives only the first one shows up on my desktop.
    no way around that yet. It only links the first drive under ntsf-3g in fstab. You can always create a bookmark in nautilus for the others you don't see on the desktop.
    when I do "umount -a" and then "mount -a" my external drive does not remount.
    using "mount" command will not give you full access and will most probably conflict with fuse command. man ntsf-3g for proper commands.

    >Mount /dev/hda1 to /mnt/windows using ntfs-3g:

    Root access only:
    Code:
    sudo ntfs-3g /dev/hda1 /mnt/windows
    Full access for all users:
    Code:
    sudo ntfs-3g /dev/hda1 /mnt/windows -o silent,umask=0,locale=utf8
    > Umount /mnt/windows:
    Code:
    sudo fusermount -u /mnt/windows
    Last edited by domino; July 17th, 2006 at 08:53 AM.

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

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

    Normaly, there is no restriction to use mount instead of ntfs-3g or fusermount, since mount is the only command use at boot time to mount partition. mount will just call the ntfs-3g driver, which will call fusermount to mount the partition.
    But yeah, if it doesn't work you can always try that.

    EDIT: this is avaible, IF ONLY the drive you want to mount is in /etc/fstab and have ntfs-3g for driver.
    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. #13
    Join Date
    Dec 2005
    Beans
    13

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

    Hi,first thx for tutorial and sorry 4 my english, but i have problem when i mount ntfs partitions,(i have 2 harddisks, one with dapper, other with 2 partition ntfs), when I type "mount -a", no errors, but only can access one ntfs partition, the other partition i cant access it, gnome error i see:

    mount: según mtab, /dev/fuse ya está montado en /media/windowsi

    montaje erróneo


    THx 4 helps

    ByyeS!!!


    PD. other time sorry for my english

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

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

    I don't really understand spanish but let see first your /etc/fstab , /etc/mtab, and the result of sudo fdsik -l.
    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. #15
    Join Date
    Dec 2005
    Beans
    13

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

    Thx 4 help, "traduction error"
    gnome error i see:

    mount: según mtab, /dev/fuse ya está montado en /media/windowsi
    /dev/fuse already is mounted in /media/windowsI

    montaje erróneo
    error mount

    fdisk -l
    /dev/hda1 * 1 7696 61818088+ 7 HPFS/NTFS
    /dev/hda2 7697 19457 94470232+ f W95 Ext'd (LBA)
    /dev/hda5 7697 19457 94470201 7 HPFS/NTFS

    (hda1 is mounted but hda5 error)

    fstab:

    /dev/hda1 /media/windowsC ntfs-3g silent,umask=0,locale=es_ES.utf8 0 0
    /dev/hda5 /media/windowsI ntfs-3g silent,umask=0,locale=es_ES.utf8 0 0

    mtab:

    /dev/hdb6 / ext3 rw,errors=remount-ro 0 0
    proc /proc proc rw 0 0
    /sys /sys sysfs rw 0 0
    varrun /var/run tmpfs rw 0 0
    varlock /var/lock tmpfs rw 0 0
    procbususb /proc/bus/usb usbfs rw 0 0
    udev /dev tmpfs rw 0 0
    devpts /dev/pts devpts rw,gid=5,mode=620 0 0
    devshm /dev/shm tmpfs rw 0 0
    lrm /lib/modules/2.6.15-26-386/volatile tmpfs rw 0 0
    /dev/hdb7 /home ext3 rw 0 0
    /dev/hdb2 /media/FAT32 ext3 rw 0 0
    /dev/fuse /media/windowsC fuse rw,nosuid,nodev,noatime,default_permissions,allow_ other 0 0
    /dev/fuse /media/windowsI fuse rw,nosuid,nodev,noatime,default_permissions,allow_ other 0 0
    binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
    /dev/hdc /media/cdrom0 iso9660 ro,noexec,nosuid,nodev,user=pery 0 0




    I only can mount 1 partition ntfs, i mount partition with ntfs-3g and works nice, but when i mount the 2º partition, error /dev/fuse already is mounted, i think is occupied in the first partition

    Thx 4 helpsss

    ByyeS!!!
    Last edited by PeRy_SoY; July 17th, 2006 at 12:06 PM.

  6. #16
    Join Date
    Apr 2006
    Beans
    1,252

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

    I have only one NTFS partition so i couln't try it, but like said before, you will have access to only the first NTFS partition in fstab from place>cumputer or from the desktop.
    But your partition will be mounted in /media/windowsI and you can view it with nautilus. You can even make a bookmark to this directory.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  7. #17
    Join Date
    Jul 2006
    Location
    Poland, Bydgoszcz
    Beans
    9
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    I dont have write rights.
    My fstab:
    Code:
    proc            /proc           proc    defaults        0       0
    /dev/hdb1       /               ext3    defaults,errors=remount-ro 0       1
    /dev/hdb6       /boot           ext3    defaults        0       2
    /dev/hdb8       /home           ext3    defaults        0       2
    /dev/hda1       /media/hda1     ntfs    defaults,nls=utf8,umask=007,gid=46 0       1
    /dev/hda5       /media/hda5     vfat    defaults,utf8,umask=007,gid=46 0       1
    /dev/hdb2       /media/hdb2     vfat    defaults,utf8,umask=007,gid=46 0       1
    /dev/hdb5       /media/hdb5     vfat    defaults,utf8,umask=007,gid=46 0       1
    /dev/sda1       /media/sda1     ntfs-3g    silent,umask=0,locale=pl_PL.utf8    0    0
    /dev/sda2       /media/sda2     ext3    defaults        0       2
    /dev/sda5       /media/sda5     ext3    defaults        0       2
    /dev/hdb7       none            swap    sw              0       0
    /dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
    I want to have only on sda1 ntfs-3g.
    Drive is mounted good, whithout any errors.
    What should I do?

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

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

    Have a look at 'man ntfs-3g'.
    Currently the owner and the group is set to root, but umask=0 make the dirve R/W for everybody.
    You could try to add the option uid=1000,gid=1001, but i guess your problem is something else. What are the permissions and the owner of the file in this drive?
    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. #19
    Join Date
    Jul 2006
    Location
    Poland, Bydgoszcz
    Beans
    9
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    Quote Originally Posted by givré View Post
    Have a look at 'man ntfs-3g'.
    Currently the owner and the group is set to root, but umask=0 make the dirve R/W for everybody.
    You could try to add the option uid=1000,gid=1001, but i guess your problem is something else. What are the permissions and the owner of the file in this drive?
    Owner: root
    Group owner: plugdev

    dr-xr-x---
    1200550

    This is properties from Desktop Drive icon

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

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

    Are you sure that the umount -a work for /media/sda1?
    Close all apps looking at /media/sda1 and retry.
    Try to reboot if it doesn't work.

    EDIT: also instead of umout -a, you should try umount /dev/sda1, and remount it
    Last edited by givré; July 17th, 2006 at 02:41 PM.
    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 2 of 203 FirstFirst 12341252102 ... 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
  •