<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mounting NTFS in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018608#M75752</link>
    <description>The are two options that you can use to assign a filesystem to a specific user.&lt;BR /&gt;&lt;BR /&gt;uid=luke,gid=luke&lt;BR /&gt;&lt;BR /&gt;these will declare the user 'luke', group 'luke' as the owner of the filesystem.&lt;BR /&gt;so your line in /etc/fstab is:&lt;BR /&gt;&lt;BR /&gt;/mountpoint  /dev/hdaX   ntfs  uid=luke,gid=luke    0   0&lt;BR /&gt;&lt;BR /&gt;This trick works well with fat32 (vfat for linux) partitions.&lt;BR /&gt;(I don't know if 'ntfs' is right, I never used it).&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Jul 2003 05:35:57 GMT</pubDate>
    <dc:creator>Claudio Cilloni</dc:creator>
    <dc:date>2003-07-10T05:35:57Z</dc:date>
    <item>
      <title>Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018597#M75741</link>
      <description>I am able to mount a ntfs drive as user root, but I was wonder how to make the drive available for other users who log on to my computer</description>
      <pubDate>Wed, 09 Jul 2003 04:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018597#M75741</guid>
      <dc:creator>Luke_21</dc:creator>
      <dc:date>2003-07-09T04:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018598#M75742</link>
      <description>When you mount it as root, what permissions do the parent directory and subsequent files get?&lt;BR /&gt;&lt;BR /&gt;If you want it to load automatically, you should be able to add an entry to the /etc/fstab that looks something like:&lt;BR /&gt;&lt;BR /&gt;/mount/point /dev/hdaX ntfs &lt;OPTIONS&gt; 0 0&lt;BR /&gt;&lt;BR /&gt;Options will be any '-o' stuff you passed with the 'mount' command line.  If there aren't any, use the word 'defaults'.  This will mount the NTFS partition upon boot-up.&lt;BR /&gt;&lt;BR /&gt;If you want the users to be able to able to mount/umount it as they desire, use options of 'user,noauto' instead.&lt;/OPTIONS&gt;</description>
      <pubDate>Wed, 09 Jul 2003 04:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018598#M75742</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-07-09T04:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018599#M75743</link>
      <description>In your /etc/fstab, you should have :&lt;BR /&gt;&lt;BR /&gt;/dev/hda3 /mnt/ntfs ntfs owner, kudzu, rw 0 0&lt;BR /&gt;&lt;BR /&gt;Meaning, the parititon to be mounted is /dev/hda3, I put it in /mnt/ntfs directory (for example), it's an ntfs type, the owner of the console and kudzu can mount it in rw (the rest is option).&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 09 Jul 2003 04:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018599#M75743</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-09T04:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018600#M75744</link>
      <description>I am very new to Linux, but I will tell you what I have done so far.  I mounted my ntfs drive at /usr/mnt/winxp. &lt;BR /&gt;And under permissions, it will only allow me to select read only, which is fine. but the problem is that It will not allow me to select any user groups any sort of access.&lt;BR /&gt;Thanks for the quick reply.</description>
      <pubDate>Wed, 09 Jul 2003 04:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018600#M75744</guid>
      <dc:creator>Luke_21</dc:creator>
      <dc:date>2003-07-09T04:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018601#M75745</link>
      <description>sorry about all that garbage.  It kept giving me error 404 when I would submit. I guess it got posted afterall.&lt;BR /&gt;OOOPS</description>
      <pubDate>Wed, 09 Jul 2003 04:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018601#M75745</guid>
      <dc:creator>Luke_21</dc:creator>
      <dc:date>2003-07-09T04:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018602#M75746</link>
      <description>Ooops too... This time is known to have this kind of posting problem...&lt;BR /&gt;&lt;BR /&gt;Do you want anybody to access the xp directory, or just some users ? If everybody, the hundred posts here give you the clue. &lt;BR /&gt;If just some people, add them to a group, and replace 'owner' by the group name...&lt;BR /&gt;&lt;BR /&gt;hope it'll post...&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 09 Jul 2003 04:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018602#M75746</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-09T04:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018603#M75747</link>
      <description>I am the only user of this computer for the most part.  and I can access my ntfs stuff from root.  but I want to be able to do the same logged in as "luke."  but really if anyone who logs on to the machine is able to view the files of ntfs, that is fine as well&lt;BR /&gt;Luke</description>
      <pubDate>Wed, 09 Jul 2003 05:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018603#M75747</guid>
      <dc:creator>Luke_21</dc:creator>
      <dc:date>2003-07-09T05:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018604#M75748</link>
      <description>Ok,&lt;BR /&gt;So the 'owner' option is ok for you !&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 09 Jul 2003 05:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018604#M75748</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-09T05:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018605#M75749</link>
      <description>So can you give me a quick step by step for what I have to do.  I dont mean to be a pain, but could you start from the begining.  I am very new at this.  I hope its not a huge pain for you to explain.</description>
      <pubDate>Wed, 09 Jul 2003 05:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018605#M75749</guid>
      <dc:creator>Luke_21</dc:creator>
      <dc:date>2003-07-09T05:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018606#M75750</link>
      <description>if I add the line &lt;BR /&gt;/dev/hda1 /mnt/ntfs ntfs owner, kudzu, rw 0 0&lt;BR /&gt;to my fstab, will that make the drive mounted for all users on my computer?</description>
      <pubDate>Wed, 09 Jul 2003 05:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018606#M75750</guid>
      <dc:creator>Luke_21</dc:creator>
      <dc:date>2003-07-09T05:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018607#M75751</link>
      <description>The basic steps are:&lt;BR /&gt;&lt;BR /&gt;mkdir /mount_point &lt;BR /&gt;&lt;BR /&gt;Where the "mount_point" is the name of the directory E.g. "/mnt".&lt;BR /&gt;&lt;BR /&gt;chmod 777 /mnt&lt;BR /&gt;&lt;BR /&gt;This sets the permissions open to everyone, however it will be superceded by the permissions of the directory that is mounted over it. E.g. if the device was a cd then the files would always be read-only.&lt;BR /&gt;&lt;BR /&gt;vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Add your mount line as you've stated above then save and exit the file use :x! I use this command as it overrides file protections on the file your editing.&lt;BR /&gt;&lt;BR /&gt;mount /mnt&lt;BR /&gt;&lt;BR /&gt;Your filesystem should now be available. Most Linux versions can only read NTFS and will not allow you to make changes to it, but this should now be available to all users.&lt;BR /&gt;&lt;BR /&gt;If it's a one-off mount you can forego the editing of "fstab" and just specify the full mount command. Eg. mount /dev/sda3 /mnt&lt;BR /&gt;Linux can usually work out the type of filesystem, however if it can't you can add extra options to the mount command to force it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2003 04:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018607#M75751</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2003-07-10T04:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018608#M75752</link>
      <description>The are two options that you can use to assign a filesystem to a specific user.&lt;BR /&gt;&lt;BR /&gt;uid=luke,gid=luke&lt;BR /&gt;&lt;BR /&gt;these will declare the user 'luke', group 'luke' as the owner of the filesystem.&lt;BR /&gt;so your line in /etc/fstab is:&lt;BR /&gt;&lt;BR /&gt;/mountpoint  /dev/hdaX   ntfs  uid=luke,gid=luke    0   0&lt;BR /&gt;&lt;BR /&gt;This trick works well with fat32 (vfat for linux) partitions.&lt;BR /&gt;(I don't know if 'ntfs' is right, I never used it).&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2003 05:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018608#M75752</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-10T05:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting NTFS in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018609#M75753</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You need to know that the suport of the ntfs&lt;BR /&gt;driver is for read only so you can't write&lt;BR /&gt;to the ntfs drive.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 11 Jul 2003 20:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-ntfs-in-linux/m-p/3018609#M75753</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-11T20:05:19Z</dc:date>
    </item>
  </channel>
</rss>

