LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-05-2004, 07:21 AM   #1
padixer
LQ Newbie
 
Registered: Oct 2004
Posts: 16

Rep: Reputation: 0
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.
 
Old 11-05-2004, 08:25 AM   #2
sharkee
Member
 
Registered: Jul 2003
Location: Australia
Distribution: Kubuntu 5.10 Ubuntu Dapper
Posts: 220

Rep: Reputation: 30
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
 
Old 11-05-2004, 10:40 AM   #3
Error1312
Member
 
Registered: Feb 2004
Location: Belgium
Distribution: Ubuntu 10.04 Lucid Lynx
Posts: 140

Rep: Reputation: 15
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.
 
Old 11-06-2004, 01:31 AM   #4
sheds
Member
 
Registered: Oct 2004
Location: Costa Rica
Distribution: Mandrake 9.1
Posts: 30

Rep: Reputation: 15
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
 
Old 11-06-2004, 11:47 AM   #5
Error1312
Member
 
Registered: Feb 2004
Location: Belgium
Distribution: Ubuntu 10.04 Lucid Lynx
Posts: 140

Rep: Reputation: 15
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
 
Old 11-07-2004, 04:46 PM   #6
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,438
Blog Entries: 7

Rep: Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960Reputation: 1960
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
moving files from windows partition to linux partition M O L8ingN2dust Linux - Newbie 11 01-08-2006 09:11 PM
How can I access files in my Windows 98 partition from my Linux partition, /w BASH? Fabyfakid Linux - Newbie 4 09-17-2004 11:05 PM
I want to increase my Linux partition.Should I take space from a Windows partition? PrinceBalak Linux - General 1 06-25-2004 05:44 PM
What is the code to copy a file from my windows partition to my linux partition? THEBIGFISH Linux - Newbie 3 03-15-2004 10:14 PM
How do I install slackware on a partition made by partition magic in windows bling bling Slackware 4 06-28-2003 11:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 03:29 AM.

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