Page 52 of 203 FirstFirst ... 242505152535462102152 ... LastLast
Results 511 to 520 of 2026

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

  1. #511
    Join Date
    Aug 2006
    Location
    Netherlands
    Beans
    7
    Distro
    Ubuntu 6.06

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

    yea, rebooted several times.
    ntfs-3g was installed as shown on the first page:

    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install ntfs-3g

    later on i installed ntfs-3g-nautilus-tools. it seems that gproftpd that installed just before has something to do with the failed mkdir in /home/ftp, since the installation of gproftpd created that dir.

    Code:
    Building dependency tree... Done
    ntfs-3g-nautilus-tools is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    2 not fully installed or removed.
    Need to get 0B of archives.
    After unpacking 0B of additional disk space will be used.
    Setting up ntfs-3g-nautilus-tools (0.10-1) ...
    mkdir: cannot create directory `/home/ftp/.gnome2/nautilus-scripts/': No such file or directory
    dpkg: error processing ntfs-3g-nautilus-tools (--configure):
     subprocess post-installation script returned error exit status 1
    Setting up clvm (2.02.02-1ubuntu1) ...
    Starting Cluster LVM Daemon clvmd could not connect to cluster manager
    Consult syslog for more information
    invoke-rc.d: initscript clvm, action "start" failed.
    dpkg: error processing clvm (--configure):
     subprocess post-installation script returned error exit status 3
    Errors were encountered while processing:
     ntfs-3g-nautilus-tools
     clvm
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    when i try to remove clvm with synaptics:
    Code:
    E: clvm: subprocess pre-removal script returned error exit status 1
    when i try to open the harddrive with nautilus, from computer, it says
    "mount: only root can mount /dev/sda1 on /media/pub.ftp"

    when i try to open the drive with "sudo nautilus"
    i get the same
    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)
    if it's not empty, it means it's still somehow mounted?
    should i try to bring back everything in the state it was before ntfs-3g and start over? I can't relate the different things together,
    Last edited by cafemartin; August 29th, 2006 at 05:15 PM.

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

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

    Hi guys,

    scifan, if you want more option 8) , try fixntfs in the ntfsprogs package.

    odne, are you sure your usbdisk is ntfs? If it is, be sure to have the patched pmount.

    cafemartin,
    Code:
    mkdir: cannot create directory `/home/ftp/.gnome2/nautilus-scripts/': No such file or directory
    This one is my fault, i forget a -p option, but that should not be the problem.
    First, remove that
    ntfs-3g silent,umask=0,locale=en_US.utf8,no_def_opts,allow _other 0 0
    at the end of your /etc/fstab and try again.
    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. #513
    Join Date
    Aug 2005
    Beans
    99
    Distro
    Kubuntu 7.04 Feisty Fawn

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

    Quote Originally Posted by sciyoshi View Post
    Yea, those settings will work. Another possibility is to use this:
    Code:
    umask=007,gid=46
    if you want anybody in group plugdev to be able to use it.
    Quote Originally Posted by givré View Post
    I guess you use konqueror, it's something that has been already reported.
    But i don't have an answer since i don't use it. You should try to put those option :
    Code:
    umask=007,uid=1000,gid=1000
    but not sure it will work.
    This is a late reply, but in case anyone else using Kubuntu has the same"could not change permissions" problem that I did-

    gid=46 didn't resolve the problem for me, but uid=1000,gid=1000 did. I guess I'm not a full member of plugdev or something...

    Thanks for all the work and time spent answering questions, everyone!

  4. #514
    Join Date
    Jun 2006
    Location
    Sweden
    Beans
    72

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

    Givré: The patched pmount is at version 0.9.11, but the version of pmount in edgy is 0.9.13 - any change of edgy packages, or alternatively integrating your patch into the edgy release? Or just posting the patch itself so I can try patching 0.9.13...
    Ubuntu Lucid on a Dell XPS M1710 - Intel Core Duo T2600 (2.16 GHz) - 4Gb RAM - 200Gb@7200rpm - GeForce Go 7900 GTX

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

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

    hi all, i took the line out of fstab.
    reran
    sudo umount -a
    sudo mount -a

    make a new directory in /media
    changed the line for the troublesome drive in fstab to point to this new directory
    reran
    sudo umount -a
    sudo mount -a

    and the problem's gone!
    the drive shows up on my desktop, together with the other drives.
    I can write to it and the gnome disks manager went back to normal operation.
    thanks!

  6. #516
    Join Date
    Jun 2006
    Location
    Sweden
    Beans
    72

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

    Quote Originally Posted by odne View Post
    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?

    I had this on Edgy, which has a newer pmount. If you run edgy, try:

    sudo aptitude install pmount=0.9.11-1ubuntu2givre5

    which will installed the patched pmount.

    For me, that makes the error go away, and the device can be mounted with the nautilus script. However, no icon on the desktop....
    Ubuntu Lucid on a Dell XPS M1710 - Intel Core Duo T2600 (2.16 GHz) - 4Gb RAM - 200Gb@7200rpm - GeForce Go 7900 GTX

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

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

    m94mni, it's because you need also the patched hal. I'll make some package for edgy when i'll have time, in few days.
    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. #518
    Join Date
    Jun 2006
    Location
    Sweden
    Beans
    72

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

    Quote Originally Posted by givré View Post
    m94mni, it's because you need also the patched hal. I'll make some package for edgy when i'll have time, in few days.
    Ah, ok, missed that one. Unfortunately installing the givre version breaks gnome-volume-manager:

    gnome-volume-manager: Depends: hal (>= 0.5.7.1-0ubuntu4) but 0.5.7-1ubuntu19givre1 is to be installed.

    ...
    Ubuntu Lucid on a Dell XPS M1710 - Intel Core Duo T2600 (2.16 GHz) - 4Gb RAM - 200Gb@7200rpm - GeForce Go 7900 GTX

  9. #519
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by m94mni View Post
    Ah, ok, missed that one. Unfortunately installing the givre version breaks gnome-volume-manager:

    gnome-volume-manager: Depends: hal (>= 0.5.7.1-0ubuntu4) but 0.5.7-1ubuntu19givre1 is to be installed.

    ...
    Yeah hal is too much integrate in the system to be change like that. Wait a bit, that will come
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  10. #520
    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)

    I know that this comment might be a little too far in the future for some. I just wanted to let you guys know my experience with Vista Pre-RC 1 and ntfs-3g.

    I have a directory named "virtualdisks" with 2 subdirectories containing 15 files. Under WinXP and Linux, I can access those files and folders. Under Vista I could not and would complain about not having permission to access the files and folders. Still in Vista, I could not access the folder's security setting at all. I decided to go back to WinXP and create another directory named "vmdk" and move the 2 subdirectories that used to be in the "virtualdisks" directory. I booted back to Vista and I can now access the files and folders.

    The moral of this story is, be careful with ntfs-3g and Vista.

Page 52 of 203 FirstFirst ... 242505152535462102152 ... 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
  •