Page 60 of 203 FirstFirst ... 1050585960616270110160 ... LastLast
Results 591 to 600 of 2026

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

  1. #591
    Join Date
    Oct 2004
    Location
    Maine, USA
    Beans
    122
    Distro
    Ubuntu Intrepid Ibex (testing)

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

    I have a dual boot system that had XP and Ubuntu. This method worked great. I could transfer files back and forth with no problems.

    Then Vista RC1 came out and I gave it a try. I can still transfer files back and forth as before, but if I boot Vista and try to access a file that I transferred from my Ubuntu partition, it gives me an error saying I don't have permission to open the file and I should contact the owner or an administrator. My Vista account it an administrator account.

    If I transfer the same file with my USB stick, I can then use it with no problems in Vista.

    Bummer!

    David
    Last edited by carney1979; September 18th, 2006 at 03:13 PM.
    Registered Linux User #297958
    Registered Ubuntu User #13062


  2. #592
    Join Date
    May 2006
    Beans
    115

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

    givre:

    your ntfs-3g packages work great for my fixed drives. however, ntfs formatted usb sticks are still pmounted as the old read-only ntfs filesystem type. should your latest pmount (0.9.11-1ubuntu2givre5) mount ntfs removable drives as ntfs-3g, or is the nautilus script still the way to go?
    Last edited by dyssident; September 18th, 2006 at 02:40 PM.

  3. #593
    Join Date
    Apr 2006
    Beans
    59

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

    Could anyone post the key to the repositories? The packages needs auth. Thanks in advance.

  4. #594
    Join Date
    Jun 2006
    Beans
    12

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

    I have noticed some error with hal and similar packages. After installing new hal and the rest connecting pendrive gives strange behaviour. I connect pendrive, in KDE window shows, that pendrive is connected, but accessing it gives error window "An unknown error occured". With official ubuntu package, everything was ok. Pendrive is /dev/sda1 formatted in fat32.

  5. #595
    Join Date
    Oct 2005
    Beans
    42

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

    Works brilliantly on my system - very fast and reliable. Dapper 6.06.1

  6. #596
    Join Date
    Jun 2006
    Beans
    75

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

    can i prevent a user x, from reading and writing my ntfs partitions, and user y from writing to my partitons?
    www.subiet.co.nr
    Your car, your router, your watch, your search engine, your tv, 80% of super-computers and maybe even your toilet seat uses LINUX, so stop shouting about why isn't it popular, if you can't see it that doesn't mean it doesn't exist.

  7. #597
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    Hello givré,
    I've read so many success stories in this thread, so I wanted to install NTFS read/write today. I have the "Ubuntu Dapper 6.06 64 bit system".

    I added to the sources.list:
    Code:
    ####################### 
    ###Givre's repository (ntfs-3g)###
    ####################### 
    deb http://givre.cabspace.com/ubuntu// dapper main
    deb-src http://givre.cabspace.com/ubuntu// dapper main
    and I started the installation:
    Code:
    owner@Owner-Desktop:~$ sudo aptitude update 
    -----
    owner@Owner-Desktop:~$ sudo aptitude upgrade
    -----
    owner@Owner-Desktop:~$ sudo aptitude install ntfs-3g
    after that I got the message:
    Reading package lists... Done
    Building dependency tree... Done
    Reading extended state information
    Initializing package states... Done
    Building tag database... Done
    Couldn't find any package whose name or description matched "ntfs-3g"
    The following packages have been kept back:
    k3b
    0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    Need to get 0B of archives. After unpacking 0B will be used.
    owner@Owner-Desktop:~$
    Does
    Couldn't find any package whose name or description matched "ntfs-3g"
    mean
    a) that I can't use the command "aptitude" or
    b) that NTFS read/write is not available yet for the 64 bit version of Ubuntu Dapper?

    PS.: more detailed info for 'update, upgrade, install' and the sources.list I could post if necessary.

  8. #598
    Join Date
    Jul 2005
    Location
    Seattle, WA
    Beans
    280
    Distro
    Kubuntu 5.10

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

    i see two // at the end of your repository (deb http://givre.cabspace.com/ubuntu// dapper main; should be deb http://givre.cabspace.com/ubuntu/ dapper main), this could be the problem. when you ran update did it have trouble finding the givre repository? it would say at the end, some could not be updated...

    aptitude should work just find, it is the same as apt-get just keeps track of dependencies so when you uninstall something it also removes unneeded dependencies...
    My Blog.

  9. #599
    Join Date
    Apr 2006
    Beans
    22

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

    Quote Originally Posted by Cariboo1938 View Post
    Does mean
    a) that I can't use the command "aptitude" or
    b) that NTFS read/write is not available yet for the 64 bit version of Ubuntu Dapper?
    Hi! I read on the linux-ntfs project that the driver is still unavailable for 64bit computers (because they don't have 64 bit computers to test the driver)

    hope this helps
    bye

    Koda

  10. #600
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    Quote Originally Posted by jetpeach View Post
    i see two // at the end of your repository (deb http://givre.cabspace.com/ubuntu// dapper main; should be deb http://givre.cabspace.com/ubuntu/ dapper main), this could be the problem. when you ran update did it have trouble finding the givre repository? it would say at the end, some could not be updated...

    aptitude should work just find, it is the same as apt-get just keeps track of dependencies so when you uninstall something it also removes unneeded dependencies...
    Thanks jetpeach,
    You were right...I had the ubuntu// typo. I did "update" again today and
    during "update" I got some remarks on givré repository:
    Ign http://givre.cabspace.com dapper Release
    Hit http://www.getautomatix.com dapper Release
    Get:4 http://archive.ubuntu.com dapper-updates Release.gpg [189B]
    Get:5 http://archive.ubuntu.com dapper-backports Release.gpg [189B]
    Hit http://archive.ubuntu.com dapper Release
    Ign http://givre.cabspace.com dapper/main Packages
    Hit http://www.getautomatix.com dapper/main Packages
    Hit http://archive.ubuntu.com dapper-security Release
    Hit http://archive.ubuntu.com dapper-updates Release
    Ign http://givre.cabspace.com dapper/main Sources
    Get:6 http://archive.ubuntu.com dapper-backports Release [23.3kB]
    Err http://givre.cabspace.com dapper/main Packages
    302 Found
    Get:7 http://givre.cabspace.com dapper/main Sources [3035B]
    I didn't pay attention when I ran it the first time with the two // in the sources.list.
    What does "Ign" mean?
    Can I continue with "upgrade, install"?

Page 60 of 203 FirstFirst ... 1050585960616270110160 ... 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
  •