- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NTFS mount problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:09 AM
10-04-2005 12:09 AM
NTFS mount problem
Satish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:16 AM
10-04-2005 12:16 AM
Re: NTFS mount problem
first of all you can not mount any drive as normal user unless you are calling the mount program using 'sudo'.
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.
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
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:44 AM
10-04-2005 12:44 AM
Re: NTFS mount problem
Try using the umask mount option:
mount -t ntfs -o umask=000 /dev/device /mount_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 12:53 AM
10-04-2005 12:53 AM
Re: NTFS mount problem
Being a normal user iam to mount because i added the following line in /etc/fstab
/dev/hda /home/satish/mnt/d ntfs rw,auto,user,sync 0 0
with u'r command iam able to give permission to the folder d but not to the files in that folder
satish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 02:55 AM
10-04-2005 02:55 AM
Re: NTFS mount problem
Go to the mount point of the ntfs
eg: cd /mnt/ntfs
then run,
chmod -r 755 *
-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
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 03:29 AM
10-04-2005 03:29 AM
Re: NTFS mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 08:58 AM
10-04-2005 08:58 AM
Re: NTFS mount problem
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.
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 04:33 PM
10-04-2005 04:33 PM
Re: NTFS mount problem
for your kernel.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 05:18 PM
10-04-2005 05:18 PM
Re: NTFS mount problem
Thanks Ferreira
The solution which u gave worked for me.I added the umask=000 in the fstab options it worked. Thanks a lot
Satish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 05:59 PM
10-04-2005 05:59 PM
Re: NTFS mount problem
can plz any help me in knowing what is umask and how does it work
Satish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 06:40 PM
10-04-2005 06:40 PM
Re: NTFS mount problem
umask is used to define what is the default permission to be set when a new directory or file is created by the user.
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.
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)
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 12:36 AM
10-06-2005 12:36 AM
Re: NTFS mount problem
satish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 04:39 AM
10-28-2005 04:39 AM
Re: NTFS mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:36 AM
10-28-2005 06:36 AM
Re: NTFS mount problem
I used to copy disks using a 3rd Windows installation. Let's call this installation Windows 3
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.
After that, you need to use the fixboot and fixmbr command from the recovery console to boot the new disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 08:33 AM
10-28-2005 08:33 AM
Re: NTFS mount problem
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.
Regards,