Page 51 of 203 FirstFirst ... 41495051525361101151 ... LastLast
Results 501 to 510 of 2026

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

  1. #501
    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
    A little correction on "frensh" -> "french"
    Ouh, honte à moi

    For the repo, cabspace is ok, it's just a bit too much slow (i mean terribly slow ). And the main page is still there http://givre.cabspace.com/

    mlind, right didn't notice it, i'll add it in the following release.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  2. #502
    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)

    26 august 2006 :
    * New version of ntfs-3g-nautilus-tools, 0.10 :
    - should be able to manage every ntfs device now (not only the usb one). need some test
    That's great! Okay, I haven't restarted yet because I have somethings to do on this linux box.

    So this is how I want to do to ALL drives:

    1. after reboot
    2. automount ntfs driver (read only) after entering Windows Manager
    3. use script to mount drives using ntfs-3g driver if I need write access to any ntfs partitions or drives.

    I'm assuming this is now possible?

  3. #503
    Join Date
    Feb 2006
    Beans
    102

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

    thx for great howto

  4. #504
    Join Date
    May 2006
    Location
    Arlington, WA
    Beans
    34
    Distro
    Ubuntu Breezy 5.10

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

    ok... I need a little help.

    I don't have Windows on my box any longer, and I have a NTFS volume that I don't have enough room to export the data files from my ntfs system so I can convert that as well... and I'm getting this error when executing a mount -a (and yes, I've restarted the system a couple of times:

    Code:
    root@mediapc:/home/sf# mount -a
    Couldn't mount device '/dev/sda1': Operation not supported
    Windows did not shut down properly.  Try to mount volume in windows, shut down and try again.
    Mount failed.
    I downloaded the Ultimate Boot CD (based on comments above) to try and repair the NTFS volume - since I don't have windows xp installed on this box any longer... no dice - couldn't figure out which app I needed to run to fix it... so I tried going into repair console mode on the windows xp install cd... ran chkdsk against the volume and got a message back that the volume had some errors... next time I ran chkdsk against it, no more error's...

    Just trying to figure out my options at this point...

    any idea's?
    Various windows and Ubuntu boxen...

  5. #505
    Join Date
    Aug 2006
    Location
    Netherlands
    Beans
    7
    Distro
    Ubuntu 6.06

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

    At first I thought it worked. most of my drives are mounted (yeey!) I'm a newb with linux and might have done something terribly wrong.
    what i done before:
    adding the partitions to pmount.allow
    make the directories in /media/
    sudo addgroup ntfs
    sudo adduser username ntfs
    change my fstab partitions and /media/-directories accoringly to:
    Code:
    /dev/hda1     /media/windows ntfs-fuse auto,group=ntfs,umask=007  0       0
    then later i discovered this method and followed steps 1-3 ok all drives but one appeared on my desktop and were writable.

    one of my drives gets unmounted, and more worrying: 'disks-admin' consequently quits 'unexpectedly'.

    what did i do wrong?




    on ' sudo umount -a' i got:

    Code:
    umount: /home: device is busy
    umount: /dev: device is busy
    umount: /var/run: device is busy
    umount: /: device is busy
    'sudo mount -a':

    Code:
    fusermount: mountpoint is not empty
    fusermount: if you are sure this is safe, use the 'nonempty' mount option
    fuse_mount failed.
    Unmounting /dev/sda1 (pub.ftp)
    Failed to startup volume: Invalid argument
    Couldn't mount device '/dev/hdc2': Invalid argument
    Mount failed.
    mount: mount point silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other does not exist
    'more /etc/mtab' shows:
    Code:
    /dev/sdc2 / 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/sdc3 /home ext3 rw 0 0
    /dev/sdb1 /media/software fuse rw,nosuid,nodev,noatime,allow_other 0 0
    /dev/sdc1 /media/system fuse rw,nosuid,nodev,noatime,allow_other 0 0
    /dev/hdd1 /media/muziek fuse rw,nosuid,nodev,noatime,allow_other 0 0
    /dev/hdc1 /media/data0 fuse rw,nosuid,nodev,noatime,allow_other 0 0
    /dev/hdc5 /media/azuur fuse rw,nosuid,nodev,noatime,allow_other 0 0
    and fstab
    Code:
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    
    /dev/sda1	/media/pub.ftp	ntfs-3g silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    /dev/sdb1       /media/software ntfs-3g silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    /dev/sdc1       /media/system   ntfs-3g silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    UUID=07de3de6-7c4b-43b1-88ef-2b90fa35a5e0 / ext3    defaults,errors=remount-ro 0       1
    /dev/sdc3       /home           ext3    defaults        0       2
    /dev/sdc4       none            swap    sw              0       0
    /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
    /dev/hdd1	/media/muziek 	ntfs-3g silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    /dev/hdc1	/media/data0	ntfs-3g     silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    #/dev/hdc2	/media/data	ntfs-3g     #silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    /dev/hdc5	/media/azuur	ntfs-3g     silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    ntfs-3g     silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other    0    0
    thanks for the tags-tip
    Last edited by cafemartin; August 29th, 2006 at 09:45 AM.

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

    Please use the code tag, it makes easier to read...
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  7. #507
    Join Date
    Apr 2006
    Beans
    1

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

    I hava an extern usbdisc, and tried ntfs-3g-nautilus-tools. But I got error trying to mount it with the script:"Error: device /dev/sdb1 is not mounted, Error: invalid file system name 'ntfs-3g'". Anybody got a clue?

  8. #508
    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)

    Hmm, do you have successfully installed ntfs-3g package and dependancies ?
    Do you add fuse to modules ?
    and modprobe fuse ?
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  9. #509
    Join Date
    Aug 2006
    Location
    Netherlands
    Beans
    7
    Distro
    Ubuntu 6.06

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

    yes, ntfs-3g succesfully installed
    fuse is at the bottom of the modules list
    then i ran modprobe fuse

    what worries me most is the 'disk'-application in gnome that crashes.

  10. #510
    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 cafemartin View Post
    yes, ntfs-3g succesfully installed
    fuse is at the bottom of the modules list
    then i ran modprobe fuse

    what worries me most is the 'disk'-application in gnome that crashes.
    I think you have rebooted you computer ?
    If not, try it.

    If yes... hmm I don't know.

    Do you have updated with apt-get update ??
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

Page 51 of 203 FirstFirst ... 41495051525361101151 ... 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
  •