LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-05-2007, 03:28 PM   #1
vipin_jss
Member
 
Registered: Aug 2007
Posts: 45

Rep: Reputation: 15
windows drive problem.......


hi folks.....

can anybody suggests how i make change in the windows drve...

i am suse 10.0 user and my pc is dual boot...


when i try copy some content

in windows drive

"Acess is denied"

prompt is occured

all windows drives are mount...
 
Old 09-05-2007, 03:35 PM   #2
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
Are you using the ntfs-3g drivers in Linux? They will give you write access. If you haven't already, get that software and search for the howto, it will tell you what you need in the fstab file to get write access.
 
Old 08-18-2009, 09:51 AM   #3
anandjss
LQ Newbie
 
Registered: Jul 2009
Posts: 10
Blog Entries: 1

Rep: Reputation: 2
Talking

well sahu i know that the thread is bit older...
but anyhow i m just giving my opinion...
i suffered through the same problem & i was unable to mount and access windows drive in linux..

for debian/ubuntu users-

i downloaded ntfsprogs or u can dl any disk manager utility from the resposrities in synaptic manager.(it will automatically download the following packages-libntfs8 ntfsprogs libfuse2 fuse-utils )
Or type-
sudo apt-get install ntfsprogs libfuse2 fuse-utils libntfs8


for other linux distros-

download these

* libntfs8
* ntfsprogs
* libfuse2
* fuse-utils

i can give u the link for the ntfsprogs http://www.sfr-fresh.com/linux/misc/...-2.0.0.tar.gz/
u will find the other packages on this site only.

After installing these packages go to the following steps on terminal-

$ echo fuse | sudo tee -a /etc/modules

* Create a user group to access the ntfs disks

$ sudo addgroup ntfs

* The output should look something like this, remember the GID (the number printed after the group name) as it may differ and we will need it later:

Adding group `ntfs' (1002)...
Done.

* Read #How to list partition tables

* Create the local mount folder and edit the fstab file to mount the disks to this folder.

e.g. Assumed that /dev/hda1 is the location of Windows partition (NTFS)
Local mount folder: /media/windows

sudo mkdir /media/windows
sudo cp /etc/fstab /etc/fstab.bak
gksudo gedit /etc/fstab

* Append the following line at the end of file, using the GID number previously. The umask following this GID allows write access just to owner (root) and group (ntfs), and read access to everyone.

/dev/hda1 /media/windows ntfs-fuse auto,gid=1002,umask=0002 0 0

* Save the edited file.

* Add users to the ntfs group, where "username" is the name of the user you would like to have write access

$ sudo adduser username ntfs



* If you reboot now, the disk will be writable to the selected users when they logon.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Installation linux on single drive co-exist with windows XP pro...help lionelchia1986 Linux - General 8 02-19-2007 02:10 PM
Automatic Unmount Windows drive problem arindom Linux - Newbie 2 01-10-2007 07:37 AM
problem in creating a drive accessible to both windows and linux sunnydayzrback Linux - Software 1 02-01-2006 05:35 AM
nagging problem --sharing USB drive with Windows for read/write 1kyle SUSE / openSUSE 2 09-25-2005 03:35 AM
mounting windows drive a problem dondon Linux - Newbie 3 01-03-2004 08:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration