Page 107 of 203 FirstFirst ... 75797105106107108109117157 ... LastLast
Results 1,061 to 1,070 of 2026

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

  1. #1061
    Join Date
    Sep 2006
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    Quote Originally Posted by givré View Post
    Instructions to build pmount (for removable device only) for Amd 64 in edgy :

    Code:
    deb-srs http://flomertens.keo.in/ubuntu/ edgy main-all
    Tell me to know how it worked.
    Well this time it did't work
    I did reinstall my computer and followed your how-to again
    it works with the normal disks, but not with my USBdisk.
    Last time I think I missed this part about pmount AMD64 in edgy, and it worked. This time I followed your post, and now I don't get it to work
    (I changed "deb-srs" to "deb-src" otherwise it didn't work att all)

    Well the disk is mounted writeprotected

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

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

    Quote Originally Posted by Pastorn View Post
    (I changed "deb-srs" to "deb-src" otherwise it didn't work att all)
    Wha, stupid me 8) .

    Hum, can you give me
    Code:
    sudo apt-cache policy pmount
    and what return you :
    Code:
    pmount -d /dev/sda1
    Thanks
    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. #1063
    Join Date
    Nov 2005
    Location
    Hungary
    Beans
    146

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

    Quote Originally Posted by pljones View Post
    Ahh... I vaguely remember choosing the cluster size when partitioning...
    Thanks again for ntfs-3g and the bug-hunting is the least I can do in return!
    It should be fixed now and a patch is available at http://www.ntfs-3g.org/big-cluster-size-fix.diff

    A new driver will be also released in the following days. Thank you for the help!

  4. #1064
    Join Date
    Jul 2006
    Beans
    8

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

    It works on my system 2.6.15-23-386 kernel and ubuntu dapper drake 6.06.
    Great work thanks

  5. #1065
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

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

    I have recently upgraded to bigger HD so i had to use partimage to move my ubuntu install to new hardware.
    Backup and restore worked fine but now i can not get to or mount my windows partition .
    When i click on shortcut i have made to xp file i get the message :
    Could not show 'file:///media/NTFS/Documents0x0.00000bfd46a84p-1022nd\U08338ed0\U082c79b0\U08338968\U082e2f58etti ngs/d6000/Desktop'
    Any clues what is wrong?
    Last edited by Mach1US; December 9th, 2006 at 08:34 PM.
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

  6. #1066
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

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

    I think my problem is with the way Edgy is setting up fstab file , namely the part where it uses what i think is some type of identifier like " UUID=247847B97847890E " .
    Since i have migrated to larger storage the identifier has most likely changed while partimage has retained exact copy in the process of copying from one drive to another.
    I kept same xp copy and same patition setup allowing the partitions to be enlarged to new space
    I did try to mount it with pmount-hal /dev/hda2 but i get:
    Error: given UDI is not a mountable volume
    I have tried reinstalling ntfs-3g , running whole process over and over with no results.
    Can any body hint me on how or where to find this value or to another way to crunch it.
    Last edited by Mach1US; December 9th, 2006 at 09:49 PM.
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

  7. #1067
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

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

    Just to post a solution.
    I`m still not sure what was the exact cause of this glitch but basically unmounting everything (sudo umount -a) and creating new mount location (sudo mkdir /media/<another.file> ) and finally editing /etc/fstab following page 1 of this howto did fixed the problem completely .
    By the way this HOWTO method works fantastically on new installations.
    Last edited by Mach1US; December 10th, 2006 at 03:41 AM.
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

  8. #1068
    Join Date
    Dec 2006
    Beans
    1
    Distro
    Kubuntu 6.06 Dapper

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

    Info for people having problem with konqueror ("unknown error ocurred").
    If
    Code:
    pmount-hal /dev/sda1
    (for example) works for you, but konqueror fails to access the drive, then the simplest solution is to install ivman

    Code:
    sudo apt-get install ivman
    and add it to kde autostart

    Code:
    ln -s /usr/bin/ivman ~/.kde/Autostart/ivman
    I found this solution on this Mepis forum.
    Worked for me.
    Modification of /etc/dbus-1/system.d/hal.conf listed here didn't.
    Last edited by the_javu; December 10th, 2006 at 06:18 PM.

  9. #1069
    Join Date
    Apr 2006
    Location
    Near Milano Italy
    Beans
    58
    Distro
    Ubuntu Intrepid Ibex (testing)

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

    givrè what about ntfs-3g on feisty?

  10. #1070
    Join Date
    Nov 2006
    Beans
    26

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

    givre, first I just want to thank you for putting this together. It's wonderful. Here's my problem:

    I set it up last week and it worked perfectly--I could access everything I needed to. Since then I've done some modifications to my system--standard updates to beryl, gtk, etc. Today when I started up I got a different screen: it said that my drives have been mounted 30 times without a check and it's going to force a check. There was nothing I could see to stop it (not that I wanted to) so I let it go on its way. However, now I can't access either of my other 2 partitions--windows and diagnostic. I've tried reinstalling ntfs-3g, reverting back to my old fstab and recopying the information line, nothing seems to work. By the way, those partitions are just fine--I can boot into windows without a problem, and the diagnostics work. I just can't access them from Ubuntu (Edgy) .

    Any ideas?

    Thanks!

Page 107 of 203 FirstFirst ... 75797105106107108109117157 ... 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
  •