Results 1 to 10 of 2026

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

Threaded View

  1. #9
    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)

    When I mount the drives only the first one shows up on my desktop.
    no way around that yet. It only links the first drive under ntsf-3g in fstab. You can always create a bookmark in nautilus for the others you don't see on the desktop.
    when I do "umount -a" and then "mount -a" my external drive does not remount.
    using "mount" command will not give you full access and will most probably conflict with fuse command. man ntsf-3g for proper commands.

    >Mount /dev/hda1 to /mnt/windows using ntfs-3g:

    Root access only:
    Code:
    sudo ntfs-3g /dev/hda1 /mnt/windows
    Full access for all users:
    Code:
    sudo ntfs-3g /dev/hda1 /mnt/windows -o silent,umask=0,locale=utf8
    > Umount /mnt/windows:
    Code:
    sudo fusermount -u /mnt/windows
    Last edited by domino; July 17th, 2006 at 08:53 AM.

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
  •