Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Other Distributions > Arch Linux Help
Reload this Page Cannot mount ntfs partition
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Arch Linux Help Help an discussion related to Arch

Site Navigation
Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 01-09-2008   #1 (permalink)
Linux Newbie
 
reiko's Avatar
 
Join Date: Aug 2007
Location: Chennai, India
Posts: 105
Cannot mount ntfs partition

I want to mount my XP partition(NTFS). I tried
Code:
#ntfsmount /dev/sda1 /mnt
But some errors are thrown on the console
Code:
fuse: unknown option "USER = root"
fuse_new failed
umounting /dev/sda1 ()
Now how can i resolve this problem to mount my ntfs partition in rw mode.
reiko is offline   Reply With Quote
Old 01-09-2008   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,520
Post the contents of /etc/fstab file and output of fdisk -l command here.
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 01-09-2008   #3 (permalink)
Linux Newbie
 
reiko's Avatar
 
Join Date: Aug 2007
Location: Chennai, India
Posts: 105
Mr.casper I used ntfs-3g to mount ntfs partition but when I use ntfsmount its not workin for me. Any reasons?
reiko is offline   Reply With Quote
Old 01-09-2008   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,520
How did you mount partition using ntfs-3g? Post exact command here. You should pass default options with ntfsmount command too.

I would suggest you to edit /etc/fstab to set NTFS automount at boot up. Setting umask=0 will allow read/write access to all users.
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 01-09-2008   #5 (permalink)
Linux Newbie
 
reiko's Avatar
 
Join Date: Aug 2007
Location: Chennai, India
Posts: 105
This is what I used to mount ntfs using ntfs-3g
Code:
#ntfs-3g /dev/sda6 /mnt/cdrom
and this is the content of mount command when i executed it
Code:
#mount
/dev/sda8 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev type ramfs (rw)
none on /proc/bus/usb type usbfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
/dev/sda1 on /mnt/windows type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
/dev/sda6 on /mnt/cdrom type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
this the output of fdisk -l

Code:
#fdisk -l /dev/sda


Disk /dev/sda: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x340b340a

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1275    10241406    7  HPFS/NTFS
/dev/sda2   *        1276        1299      192780   83  Linux
/dev/sda3            1300        8176    55239502+   f  W95 Ext'd (LBA)
/dev/sda5            1300        2829    12289693+  83  Linux
/dev/sda6            2830        5379    20482843+   7  HPFS/NTFS
/dev/sda7            5380        7203    14651248+  83  Linux
/dev/sda8            7204        8176     7815591   83  Linux
reiko is offline   Reply With Quote
Old 01-09-2008   #6 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,520
Something is wrong in /etc/fstab file. Its mounting /dev/sda6 partition at /dev/cdrom.

Log in as root and create mount point (folder) for /dev/sda6 partition.
Code:
mkdir /Windows_d
Open /etc/fstab file in your fav text editor. Edit /dev/sda1 and /dev/sda6 lines.

Those lines should be like this
Code:
/dev/sda1   /Windows ntfs-3g  defaults,umask=0  0  0
/dev/sda6   /Windows_d ntfs-3g  defaults,umask=0  0  0
Save file and execute mount -a command Or reboot machine. Check /Windows and /Windows_d folders. You wont have to execute ntfs-3g command again.
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 01-09-2008   #7 (permalink)
Linux Newbie
 
reiko's Avatar
 
Join Date: Aug 2007
Location: Chennai, India
Posts: 105
Hey hey Casper I have chosen /mnt/cdrom to mount dat partition. Now Everything works fine thanks a lot!!!!
reiko is offline   Reply With Quote
Old 01-09-2008   #8 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,520
Glad to help you reiko !
Do start a new thread if you have any other question. Have fun with Linux !!!
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Job Search
keyword location
Post a Job »
job title, keywords or company
city, state or zip jobs by job search

Similar Threads
Thread Thread Starter Forum Replies Last Post
How Can I Write To An Ntfs Partition In Suse 10.1:fuse & Ntfs-3g Install Prolems?? 4joey1 SuSE Linux Help 1 12-18-2007 02:01 PM
Need help mounting NTFS RAID partition atodedeus Peripherals / Hardware 0 10-09-2007 10:29 AM
Trouble Mounting NTFS Partition LaZiO Redhat / Fedora Linux Help 16 10-01-2006 06:01 PM
Fedora (FC4) corrupts partition table – is this a known bug? vjones777 Redhat / Fedora Linux Help 6 04-20-2006 11:58 PM
Mounting hard drive pupdaleon Redhat / Fedora Linux Help 15 04-16-2006 01:51 PM

Free Magazines
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say. So when it comes right down to it, how does the Google selection stack up against the rest of messaging security's big guns?
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 08:17 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0