LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount windows xp partitions in ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/mount-windows-xp-partitions-in-ubuntu-315133/)

newbieSC 04-19-2005 10:51 PM

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

JordanH 04-19-2005 11:53 PM

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 ?

manhinli 04-20-2005 05:08 AM

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'

newbieSC 04-20-2005 07:29 AM

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

jeremy 04-20-2005 08:34 AM

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

newbieSC 04-20-2005 09:42 PM

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

newbieSC 04-20-2005 09:45 PM

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

newbieSC 04-20-2005 09:46 PM

I have a folder but is empty

newbieSC 04-20-2005 09:47 PM

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 08:38 PM.