Jump to content

What do I need to do to mount my winXP partitions?


keropi
 Share

Recommended Posts

I have mandriva2006 powerpack on a normal 80GB ATA133 HD, and winXP-pro on a SATA HD, which is connected to a PCI SILLICON 3112A controller (also have sata on my ECS KT-600A motherboard but I do not use them...)

as a regular user, the xp partitions appear but I cannot mount them because it complains about root priviledges...

as root it complains that they do not eist!?!

the card and partitions show up OK in MCC, named SDA1. SDA2, SDA3

 

any ideas? :thumbs:

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

ok, I did the mount command, and now where is its icon? on devices still shows as unmount, but if I write /mnt/win_d/ on a goto toolbar, it really shows my D drive...

also, is this command resident? or do I have to do it on every reboot?

sorry to bug so much.... :)

Link to comment
Share on other sites

The command is temporary = only valid until you manually unmount the drive or reboot the machine. You can make it resident by editing your /etc/fstab file, which hosts all information on mounted filesystems. The same link as above, two sections below you will find how it is done:

This is assuming that /dev/hda1 is the location of Windows partition (NTFS), and also that /mnt/win_c isn't in /etc/fstab yet.

Local mount folder: /mnt/win_c

 

mkdir /mnt/win_c

cp /etc/fstab /etc/fstab_backup

kwrite /etc/fstab

 

* Append the following line at the end of file

 

/dev/hda1 /mnt/win_c ntfs nls=utf8,umask=0222 0 0

 

There will be no icon by default if you use KDE. For that, you will have to start the Kcontrol center and set Konquerors preferences so that it shows icons for mounted partions. I don't remember the exact location in the menus though (I mainly use Gnome on my machines).

Link to comment
Share on other sites

Right click the desktop and go into configure and you'll be able through one of the options in here to choose what items should appear on your desktop, specifically mounted cd-roms and suchlike.

Link to comment
Share on other sites

because I do not want to screw it :wall: here is my fstab, can you please tell me what to edit?

 

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/hda1 / ext3 defaults 1 1
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
/dev/mapper/pdc_cdhciecf1 /mnt/win_c2 ntfs umask=0,nls=iso8859-1,ro 0 0
/dev/mapper/pdc_cdhciecf2 /mnt/win_d ntfs umask=0,nls=iso8859-1,ro 0 0
/dev/mapper/pdc_cdhciecf3 /mnt/win_e ntfs umask=0,nls=iso8859-1,ro 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

 

thank you ppl for the quick replies!

Edited by keropi
Link to comment
Share on other sites

Backup your /etc/fstab, (e.g. open it as root with an editor and save it as fstab-bkp), then try these settings for the Windows entry in your fstab

/dev/mapper/pdc_cdhciecf1 /mnt/win_c2 ntfs nls=utf8,umask=0222 0 0
/dev/mapper/pdc_cdhciecf2 /mnt/win_d ntfs nls=utf8,umask=0222 0 0
/dev/mapper/pdc_cdhciecf3 /mnt/win_e ntfs nls=utf8,umask=0222 0 0

Save and exit. It should work.

Link to comment
Share on other sites

Have you done the changes as root? If not, no wonder there are no changes.

If you did it as root and it still doesn't work, then try

"umask=0,ro 0 0"

instead of

"umask=0222 0 0"

Link to comment
Share on other sites

the mount command works with /dev/sda1/ perhaps I should put that instead of /dev/mapper/pdc_cdhciecf1 ????

ofcourse I made changes as root... gonna try the 2nd way now :D

 

EDIT: still nothing... here is my fstab just to be sure...

 

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/hda1 / ext3 defaults 1 1
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
/dev/mapper/pdc_cdhciecf1 /mnt/win_c2 ntfs nls=utf8,umask=0,ro 0 0
/dev/mapper/pdc_cdhciecf2 /mnt/win_d ntfs nls=utf8,umask=0,ro 0 0
/dev/mapper/pdc_cdhciecf3 /mnt/win_e ntfs nls=utf8,umask=0,ro 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
[keropi@localhost ~]$ su

 

and I use mount /dev/sda2 /mnt/win_d/ -t ntfs -o nls=utf8,umask=0222 and D partition works nice, although it's icon in Devices is unmounted...

Edited by keropi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...