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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-19-2005, 10:51 PM
|
#1
|
LQ Newbie
Registered: Apr 2005
Posts: 6
Rep:
|
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
|
|
|
04-19-2005, 11:53 PM
|
#2
|
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:
|
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 ?
|
|
|
04-20-2005, 05:08 AM
|
#3
|
Member
Registered: Mar 2005
Location: Auckland, New Zealand
Distribution: What's the point of this? I keep on trying new distros...
Posts: 80
Rep:
|
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'
|
|
|
04-20-2005, 07:29 AM
|
#4
|
LQ Newbie
Registered: Apr 2005
Posts: 6
Original Poster
Rep:
|
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
|
|
|
04-20-2005, 08:34 AM
|
#5
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,620
|
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
|
|
|
04-20-2005, 09:42 PM
|
#6
|
LQ Newbie
Registered: Apr 2005
Posts: 6
Original Poster
Rep:
|
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
|
|
|
04-20-2005, 09:45 PM
|
#7
|
LQ Newbie
Registered: Apr 2005
Posts: 6
Original Poster
Rep:
|
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
|
|
|
04-20-2005, 09:46 PM
|
#8
|
LQ Newbie
Registered: Apr 2005
Posts: 6
Original Poster
Rep:
|
I have a folder but is empty
|
|
|
04-20-2005, 09:47 PM
|
#9
|
LQ Newbie
Registered: Apr 2005
Posts: 6
Original Poster
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 05:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|