Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
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.
|
 |
11-05-2004, 07:21 AM
|
#1
|
LQ Newbie
Registered: Oct 2004
Posts: 16
Rep:
|
how to see Windows partition...???
hi to all,
I cannot see my windows disks in Konqueror !! I would like to see them and access data from them...after much browsing came to know of the fstab file but don't know how to go about it....below is my fstab file, let me know how I should I edit it ... Also i am not able to play CD's from my drive...
thks in advance...
dev/hde9 / reiserfs notail,acl,user_xattr 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
/dev/hdc /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hde1 /windows/C ntfs umask=0,nls=iso8859-1,ro,gid=users,users 0 0
/dev/hde5 /windows/D ntfs umask=0,nls=iso8859-1,ro,gid=users,users 0 0
/dev/hde6 /windows/E ntfs umask=0,nls=iso8859-1,ro,gid=users,users 0 0
/dev/hde7 /windows/F ntfs umask=0,nls=iso8859-1,ro,gid=users,users 0 0
/dev/hde8 swap swap pri=42 0 0
rgds.
|
|
|
11-05-2004, 08:25 AM
|
#2
|
Member
Registered: Jul 2003
Location: Australia
Distribution: Kubuntu 5.10 Ubuntu Dapper
Posts: 220
Rep:
|
Lets Mount C windows
According to your fstab you would type mount /dev/hde1 in a terminal. If using KDE you could right click on desktop Select Create New Device Nfs and complete tabs
Regards Sharkee
|
|
|
11-05-2004, 10:40 AM
|
#3
|
Member
Registered: Feb 2004
Location: Belgium
Distribution: Ubuntu 10.04 Lucid Lynx
Posts: 140
Rep:
|
I assume you've made a folder called 'windows\C' in your root directory (according to your fstab file).
If so, open a terminal as root and enter the following:
mount /dev/hde1 /windows/C
I don't know for sure if it works with the NTFS filesystem, but you can always give it a try. 
|
|
|
11-06-2004, 01:31 AM
|
#4
|
Member
Registered: Oct 2004
Location: Costa Rica
Distribution: Mandrake 9.1
Posts: 30
Rep:
|
My fstab file looks like this and i can see all windows partitions, but i cannot delete from them. All i can do is copy the files. What am i missing?
/dev/hdc8 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/cdrom2 supermount dev=/dev/hdb,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hdc1 /mnt/win_c ntfs iocharset=iso8859-1,ro,umask=0 0 0
/dev/sda1 /mnt/win_c2 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hdc5 /mnt/win_d ntfs iocharset=iso8859-1,ro,umask=0 0 0
/dev/hdc6 /mnt/win_e ntfs iocharset=iso8859-1,ro,umask=0 0 0
none /proc proc defaults 0 0
/dev/hdc7 swap swap defaults 0 0
/dev/sda1 /mnt/usbstick vfat user,noauto,umask=0 0 0
|
|
|
11-06-2004, 11:47 AM
|
#5
|
Member
Registered: Feb 2004
Location: Belgium
Distribution: Ubuntu 10.04 Lucid Lynx
Posts: 140
Rep:
|
Try this line for the fat32 partition. I can't guarantee if it's gonna work, because I personally never had this problem.
If it does work, it's probably almost the same for the NTFS partitions. Try playing around a little with it. Good luck!
/dev/sda1 /mnt/win_c2 vfat umask=000,iocharset=iso8859-1,codepage=850,users 0 0
|
|
|
11-07-2004, 04:46 PM
|
#6
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,438
|
The Linux literature states that Linux does not have native support for NTFS.
You can read the partition but not write to it.
For that reason I have not tried it. There is no problem with Fat32.
Mount it as mount -t vfat
Mount NTFS as mount -t ntfs
Read the man pages on mount
at the shell prompt enter
man mount
or
mount --help
Do a search on this forum. I seem to recall someone listing an app that will allow you to write to a NTFS partition.
|
|
|
All times are GMT -5. The time now is 03:29 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
|
|