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 - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-19-2005, 10:51 PM   #1
newbieSC
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Rep: Reputation: 0
mount windows xp partitions in ubuntu


I have an AMD 64 with windows xp, windows xp 64bit ,Mandrake 64 and Ubuntu. I am not able to mount windows partitions.

Partitions are as follow:

Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 3484 27985198+ 7 HPFS/NTFS
/dev/hda2 3485 6095 20972857+ 7 HPFS/NTFS
/dev/hda3 6096 8706 20972857+ 7 HPFS/NTFS
/dev/hda4 8707 10011 10482412+ f W95 Ext'd (LBA)
/dev/hda5 8707 9359 5245191 7 HPFS/NTFS
/dev/hda6 9360 9751 3148708+ b W95 FAT32
/dev/hda7 9752 10011 2088418+ 6 FAT16

Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 1 764 6136798+ 83 Linux
/dev/hdb2 765 4700 31615920 5 Extended
/dev/hdb3 * 4701 9729 40395442+ 83 Linux
/dev/hdb5 765 904 1124518+ 82 Linux swap / Solaris
/dev/hdb6 905 4483 28748286 83 Linux
/dev/hdb7 4484 4700 1743021 82 Linux swap / Solaris

this is the /etx/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb3 / ext3 defaults,errors=remount-ro 0 1
/dev/hdb7 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hda3 /media/windows ntfs umask=0222 0 0
/dev/hda1 /media/windows ntfs umask=0222
/dev/hda2 /media/windows ntfs umask=0222

Is something wrong? help please. I would like to listen the music that I have in windows xp partition with ubuntu. Thanks
 
Old 04-19-2005, 11:53 PM   #2
JordanH
Member
 
Registered: Oct 2003
Location: Toronto, Canada
Distribution: Ubuntu, FC3, RHEL 3-4 AS Retired: SuSE 9.1 Pro, RedHat 6-9, FC1-2
Posts: 360

Rep: Reputation: 30
Do you have ntfs support included in your kernel? The last time I checked, it was still experimental for writing and hence the default (for FC) was to not allow it.

What happens when you type
mount /dev/hda1 /media/windows

(BTW, why are all three mount points the same? Shouldn't they be something like /media/win1, /media/win2, /media/win3 ?
 
Old 04-20-2005, 05:08 AM   #3
manhinli
Member
 
Registered: Mar 2005
Location: Auckland, New Zealand
Distribution: What's the point of this? I keep on trying new distros...
Posts: 80

Rep: Reputation: 15
Dear newbieSC,

Although i'm not here to help you, i could point out that if you really wanted help, you might had realized that you are in the wrong place.

This is the 'Website Suggestions & Feedback' section.

If you need help goto: 'Linux - Newbie' or 'Linux - General' or 'Linux - Hardware'
 
Old 04-20-2005, 07:29 AM   #4
newbieSC
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by JordanH
Do you have ntfs support included in your kernel? The last time I checked, it was still experimental for writing and hence the default (for FC) was to not allow it.

What happens when you type
mount /dev/hda1 /media/windows

(BTW, why are all three mount points the same? Shouldn't they be something like /media/win1, /media/win2, /media/win3 ?
I am goin to try tonight, thanks for your help
 
Old 04-20-2005, 08:34 AM   #5
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Moved: This thread is more suitable in Linux - Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.

--jeremy
 
Old 04-20-2005, 09:42 PM   #6
newbieSC
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by JordanH
Do you have ntfs support included in your kernel? The last time I checked, it was still experimental for writing and hence the default (for FC) was to not allow it.

What happens when you type
mount /dev/hda1 /media/windows

(BTW, why are all three mount points the same? Shouldn't they be something like /media/win1, /media/win2, /media/win3 ?
You are right. Thanks I'll change it
 
Old 04-20-2005, 09:45 PM   #7
newbieSC
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
When I type:

sudo mount /dev/hda1 /media/windows

mount: /dev/hda1 already mounted or /media/windows busy
mount: according to mtab, /dev/hda3 is already mounted on /media/windows
 
Old 04-20-2005, 09:46 PM   #8
newbieSC
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
I have a folder but is empty
 
Old 04-20-2005, 09:47 PM   #9
newbieSC
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by manhinli
Dear newbieSC,

Although i'm not here to help you, i could point out that if you really wanted help, you might had realized that you are in the wrong place.

This is the 'Website Suggestions & Feedback' section.

If you need help goto: 'Linux - Newbie' or 'Linux - General' or 'Linux - Hardware'
I'm sorry, I'll go to the right place. I am new to this
 
  


Reply



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
I'm not able to mount windows partitions as rw akudewan Ubuntu 2 05-21-2005 02:11 AM
Recognize Windows Partitions in Ubuntu LJT Linux - Software 6 10-22-2004 02:06 PM
Unable to mount Windows partitions ! shankariyer Red Hat 8 12-22-2003 07:02 AM
Not seeing windows partitions with df and mount command deepika Linux - General 5 07-15-2003 04:04 PM
Mount Windows Partitions? RedHatMN Linux - Newbie 9 12-15-2001 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:38 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