LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-07-2009, 02:30 PM   #1
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Rep: Reputation: 15
Troubles in mounting 1TB hdd


Hello everyone,

I've some problems in mounting my 1TB hdd.
I can't get permission to write on the hdd.

How I mount?

Code:
bash-3.1# mount /dev/sdd1 /home/user/abc -o rw,uid=500
bash-3.1# mount
/dev/root on / type ext3 (rw,errors=continue,data=ordered)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda4 on /usr/local type ext3 (rw)
/dev/hda1 on /wnxp type fuseblk (rw,allow_other,blksize=4096)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sdd1 on /home/user/abc type ntfs (rw,uid=500)
bash-3.1#
As you can see above, I should have Read & Write permission for /dev/sdd1 but even if I want to create a folder on the hdd I get this error:

Code:
sh-3.1$ cd /home/user/abc
sh-3.1$ mkdir homedir
mkdir: cannot create directory `homedir': Read-only file system
sh-3.1$
I can only read files on my hdd but I would like to write.

How can I solve this problem?
 
Old 07-07-2009, 02:58 PM   #2
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,986

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
You are defaulting to the standard linux kernel ntfs driver when you mount that way and that driver is read only. You need to mount with the ntfs-3g driver if you want rw access to an ntfs partition. The syntax is:

# mount -t ntfs-3g -o rw,nosuid,nodev,allow_other,blksize=4096 <device file> <mount point>
 
Old 07-13-2009, 07:22 AM   #3
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
Thanks for your help, the problem is solved. Sorry for my delayed answer.
 
  


Reply

Tags
hdd, mount, readonly



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
New Seagate 1TB USB ext HDD stiffs Linux boot sequence but older 230MB ditto is fine Richard Molton Linux - Hardware 11 06-29-2009 06:36 PM
mounting HDD troubles... what am i doing wrong? benzslr123 Linux - Newbie 2 11-06-2008 02:46 AM
Troubles Mounting iPod moosegoose Slackware 10 12-28-2005 11:09 PM
mounting troubles ahimsel08 Linux - Hardware 16 06-27-2004 08:28 AM
Mounting HDD vs. Mounting Filesystem snailophone Linux - Hardware 4 08-12-2003 11:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:23 PM.

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