Page 134 of 203 FirstFirst ... 3484124132133134135136144184 ... LastLast
Results 1,331 to 1,340 of 2026

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

  1. #1331
    Join Date
    Apr 2006
    Beans
    1,252

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

    Can you give me :
    Code:
    dpkg-query -S /sbin/mount.fuse
    apt-cache search --names-only fuse
    Last edited by givré; February 11th, 2007 at 11:25 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/

  2. #1332
    Join Date
    Apr 2006
    Beans
    59

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

    Code:
    giulio@yashmak:~$ dpkg-query -S /sbin/mount.fuse
    fuse: /sbin/mount.fuse
    giulio@yashmak:~$ apt-cache search --names-only fuse
    fusecram - FUSE module to mount cramfs image files
    fuseiso - FUSE module to mount ISO filesystem images
    fusesmb - filesystem client based on the SMB file transfer protocol
    libconfuse-dev - Development files for libConfuse
    libconfuse0 - Library for parsing configuration files
    python-fuse - Python bindings for FUSE (Filesystems in USErland)
    smtp-refuser - Simple spam-block with refusal message
    linux-image-2.6.17-50-386 - Linux kernel image for version 2.6.17 on i386
    linux-image-2.6.17-50-generic - Linux kernel image for version 2.6.17 on x86/x86_64
    linux-image-2.6.17-50-server - Linux kernel image for version 2.6.17 on x86/x86_64
    linux-image-2.6.17-50-server-bigiron - Linux kernel image for version 2.6.17 on BigIron Server Equipment
    linux-image-2.6.17-10-386 - Linux kernel image for version 2.6.17 on i386
    linux-image-2.6.17-10-generic - Linux kernel image for version 2.6.17 on x86/x86_64
    linux-image-2.6.17-10-server - Linux kernel image for version 2.6.17 on x86/x86_64
    linux-image-2.6.17-10-server-bigiron - Linux kernel image for version 2.6.17 on BigIron Server Equipment
    linux-image-2.6.17-11-386 - Linux kernel image for version 2.6.17 on i386
    linux-image-2.6.17-11-generic - Linux kernel image for version 2.6.17 on x86/x86_64
    linux-image-2.6.17-11-server - Linux kernel image for version 2.6.17 on x86/x86_64
    linux-image-2.6.17-11-server-bigiron - Linux kernel image for version 2.6.17 on BigIron Server Equipment
    fuse-source - Filesystem in USErspace (source for kernel module)
    fuse-utils - Filesystem in USErspace (utilities)
    libfuse-dev - Filesystem in USErspace (development files)
    libfuse2 - Filesystem in USErspace library
    fuse - Fuse package

  3. #1333
    Join Date
    Apr 2006
    Beans
    1,252

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

    giulio@yashmak:~$ dpkg-query -S /sbin/mount.fuse
    fuse: /sbin/mount.fuse
    giulio@yashmak:~$ apt-cache search --names-only fuse
    [snip]
    fuse - Fuse package
    This is the problem. I guess you installed an other version of fuse from source with checkinstall.
    So the first step is to remove it :
    Code:
    sudo apt-get remove fuse
    And then you can upgrade
    Code:
    sudo apt-get upgrae
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  4. #1334
    Join Date
    Apr 2006
    Beans
    59

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

    I guess I did and I forgot I did. I had to dkpg remove that package and upgrade as you said. Thanks a lot Givre and thanks for your repository.

  5. #1335
    Join Date
    May 2005
    Location
    Portugal
    Beans
    33
    Distro
    The Feisty Fawn Testing

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

    Just installed it in Feisty using the Edgy repos, its working nice
    Just keep on moving
    Ubuntu Guide PT

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

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

    Quote Originally Posted by iGama View Post
    Just installed it in Feisty using the Edgy repos, its working nice
    If all is going as i want, you will nearly not need it anymore
    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. #1337
    Join Date
    Feb 2007
    Beans
    4

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

    Hi. Very new to Linux and Ubuntu, but from what I have seen so far it is great. However, in trying to set this facility up (NTFS configuration) after the first instruction I typed I got this message:
    tedrick@FAMILYMAIN:~$ gksu gedit /etc/apt/sources.list

    (gksu:6973): Pango-WARNING **: Error loading GPOS table 4097

    (gksu:6973): Pango-WARNING **: Error loading GPOS table 4097

    (gksu:6973): Pango-WARNING **: Error loading GPOS table 4097
    (gedit:6974): GnomeUI-WARNING **: While connecting to session manager:
    Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
    sys:1: PangoWarning: Error loading GPOS table 4097
    What does it mean and should I be worried? I am afraid I don't understand any of this yet.
    Thanks.

  8. #1338
    Join Date
    Oct 2005
    Location
    Fribourg,Switzerland
    Beans
    1,755
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

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

    Quote Originally Posted by tedrick View Post
    Hi. Very new to Linux and Ubuntu, but from what I have seen so far it is great. However, in trying to set this facility up (NTFS configuration) after the first instruction I typed I got this message:
    tedrick@FAMILYMAIN:~$ gksu gedit /etc/apt/sources.list

    (gksu:6973): Pango-WARNING **: Error loading GPOS table 4097

    (gksu:6973): Pango-WARNING **: Error loading GPOS table 4097

    (gksu:6973): Pango-WARNING **: Error loading GPOS table 4097
    (gedit:6974): GnomeUI-WARNING **: While connecting to session manager:
    Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
    sys:1: PangoWarning: Error loading GPOS table 4097
    What does it mean and should I be worried? I am afraid I don't understand any of this yet.
    Thanks.
    Hi tedrick,
    We try and keep related posts within related threads. I'd suggest you go H E R E and start a new thread. That way you and others can benefit from it.
    Thanks and welcome!
    my JAMENDO * The XY sex-determination system is the sex-determination system found in humans and Z was my donor! * Tarot and Poya Sutra | * # 12755

  9. #1339
    Join Date
    Feb 2007
    Beans
    4

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

    OK, I will, but I thought this was the proper thread (I was redirected here in the first place).

  10. #1340
    Join Date
    Feb 2007
    Beans
    45
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    im a noob when it comes to linux i just installed Ubuntu like a week ago i installed this last night but i was wondering if you could change the name of the drive after uve started

Page 134 of 203 FirstFirst ... 3484124132133134135136144184 ... 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
  •