<?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: NTFS mount problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641334#M19942</link>
    <description>Download and install latest NTFS driver from &lt;A href="http://linux-ntfs.sourceforge.net/downloads.html" target="_blank"&gt;http://linux-ntfs.sourceforge.net/downloads.html&lt;/A&gt;&lt;BR /&gt;for your kernel.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Tue, 04 Oct 2005 23:33:53 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-10-04T23:33:53Z</dc:date>
    <item>
      <title>NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641327#M19935</link>
      <description>when i mount an Ntfs drive from an ordinary user login and when i try to access the drive it says permission denied. plz help me in resolving this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Satish</description>
      <pubDate>Tue, 04 Oct 2005 07:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641327#M19935</guid>
      <dc:creator>satish_40</dc:creator>
      <dc:date>2005-10-04T07:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641328#M19936</link>
      <description>&lt;BR /&gt;first of all you can not mount any drive as normal user unless you are calling the mount program using 'sudo'. &lt;BR /&gt;&lt;BR /&gt;but i believe you should be able to see the files atleast (not sure about modification) if the user has directory listing and reading permission set for the mount point.&lt;BR /&gt;&lt;BR /&gt;eg: if you have mounted ntfs partition on /mnt/ntfs then /mnt/ntfs directory should have permission like 'rwxr-xr-x'. For this you should run 'chmod 755 /mnt/ntfs' as root user&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 04 Oct 2005 07:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641328#M19936</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-10-04T07:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641329#M19937</link>
      <description>Remember that NFS is mounted read only.&lt;BR /&gt;&lt;BR /&gt;Try using the umask mount option:&lt;BR /&gt;&lt;BR /&gt;mount -t ntfs -o umask=000 /dev/device /mount_point</description>
      <pubDate>Tue, 04 Oct 2005 07:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641329#M19937</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-04T07:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641330#M19938</link>
      <description>Thanks gopi&lt;BR /&gt;&lt;BR /&gt;Being a normal user iam to mount because i added the following line in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/hda  /home/satish/mnt/d  ntfs  rw,auto,user,sync   0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;with u'r command iam able to give permission to the folder d but not to the files in that folder&lt;BR /&gt;&lt;BR /&gt;satish</description>
      <pubDate>Tue, 04 Oct 2005 07:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641330#M19938</guid>
      <dc:creator>satish_40</dc:creator>
      <dc:date>2005-10-04T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641331#M19939</link>
      <description>if you want to give this permission across everyother file on the folder (recursively) then do this:&lt;BR /&gt;&lt;BR /&gt;Go to the mount point of the ntfs &lt;BR /&gt;eg: cd /mnt/ntfs &lt;BR /&gt;then run,&lt;BR /&gt;chmod -r 755 *&lt;BR /&gt;&lt;BR /&gt;-r option will recursively set the 755 option to every other file and directories(and its contents and their contents...) use this option carefully because you are playing with another filesystem&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Tue, 04 Oct 2005 09:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641331#M19939</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-10-04T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641332#M19940</link>
      <description>Permissions can't be established to nfs filesystems. Use the umask=000 in your fstab options.</description>
      <pubDate>Tue, 04 Oct 2005 10:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641332#M19940</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-04T10:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641333#M19941</link>
      <description>Satish,&lt;BR /&gt;&lt;BR /&gt;Your version of Linux may not support read-write operation of NTFS partitions. Try removing the rw and seeing what happens. It could be that the mount is failing. &lt;BR /&gt;&lt;BR /&gt;And just to make sure, we are talking about NTFS (a Windows NT, 2000, or XP partition) as opposed to NFS (Network File System), right?</description>
      <pubDate>Tue, 04 Oct 2005 15:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641333#M19941</guid>
      <dc:creator>Jack Baruth_1</dc:creator>
      <dc:date>2005-10-04T15:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641334#M19942</link>
      <description>Download and install latest NTFS driver from &lt;A href="http://linux-ntfs.sourceforge.net/downloads.html" target="_blank"&gt;http://linux-ntfs.sourceforge.net/downloads.html&lt;/A&gt;&lt;BR /&gt;for your kernel.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 04 Oct 2005 23:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641334#M19942</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-04T23:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641335#M19943</link>
      <description>&lt;BR /&gt;Thanks Ferreira&lt;BR /&gt;&lt;BR /&gt;The solution which u gave worked for me.I added  the umask=000 in the fstab options it worked. Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Satish&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 00:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641335#M19943</guid>
      <dc:creator>satish_40</dc:creator>
      <dc:date>2005-10-05T00:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641336#M19944</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can plz any help me in knowing what is umask and how does it work&lt;BR /&gt;&lt;BR /&gt;Satish</description>
      <pubDate>Wed, 05 Oct 2005 00:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641336#M19944</guid>
      <dc:creator>satish_40</dc:creator>
      <dc:date>2005-10-05T00:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641337#M19945</link>
      <description>&lt;BR /&gt;umask is used to define what is the default permission to be set when a new directory or file is created by the user. &lt;BR /&gt;&lt;BR /&gt;umask values can generally be set by the administrator in /etc/profile so that it applies to all the users who logs on to the system. Default umask values for files in Linux is 644 which means read/write for user, read only for group and others.&lt;BR /&gt;&lt;BR /&gt;umask in mount command (/etc/fstab) defines what is the default permission to be used for file system where the unix style permission can not be used (eg: ntfs)&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 01:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641337#M19945</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-10-05T01:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641338#M19946</link>
      <description>Thanks Gopi for helping me in knowing me about umask&lt;BR /&gt;&lt;BR /&gt;satish</description>
      <pubDate>Thu, 06 Oct 2005 07:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641338#M19946</guid>
      <dc:creator>satish_40</dc:creator>
      <dc:date>2005-10-06T07:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641339#M19947</link>
      <description>I have a 40 gb hard disk having windows XP.can i make an image of that entire hard disk and copy that image to 80gb hard disk. please some body help me regarding this issue.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2005 11:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641339#M19947</guid>
      <dc:creator>satish_40</dc:creator>
      <dc:date>2005-10-28T11:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641340#M19948</link>
      <description>You can use a tool like ghost.&lt;BR /&gt;&lt;BR /&gt;I used to copy disks using a 3rd Windows installation. Let's call this installation Windows 3&lt;BR /&gt;&lt;BR /&gt;So, I put disk (40) and disk 2 (80) as slave in Windows 3. Then I use xcopy to copy all files from disk to disk.&lt;BR /&gt;&lt;BR /&gt;After that, you need to use the fixboot and fixmbr command from the recovery console to boot the new disk.</description>
      <pubDate>Fri, 28 Oct 2005 13:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641340#M19948</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-28T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: NTFS mount problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641341#M19949</link>
      <description>Hi satish &lt;BR /&gt;we would appreciate if you can validate or award the replies with points to know which one resolved your problem. Being new to the forum you may like to know the point assignment theroy.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 28 Oct 2005 15:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-mount-problem/m-p/3641341#M19949</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-10-28T15:33:20Z</dc:date>
    </item>
  </channel>
</rss>

