On 03/27/2008 05:24 PM, Hans-Gerhard Schrick wrote:
Am Montag, den 24.03.2008, 22:45 +0000 schrieb Hans-Gerhard Schrick:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda4 / reiserfs notail 0 1
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hda2 /mnt/win fat32 rw,noauto
0 0
Here is my /etc/fstab. I don't remember, whether I wrote the last line
by myself. But with the program testdisk partition 2 is a FAT32 LBA.
TestDisk 6.5, Data Recovery Utility, October 2006
Christophe GRENIER <[EMAIL PROTECTED]>
http://www.cgsecurity.org
Disk /dev/hda - 100 GB / 93 GiB - CHS 12161 255 63
Current partition structure:
Partition Start End Size in sectors
1 P Compaq Diagnostics 0 1 1 381 254 63 6136767
2 * FAT32 LBA 382 0 1 6239 254 63 94108770 [ACER]
3 P Linux Swap 6240 0 1 6435 254 63 3148740
4 P Linux 6436 0 1 12160 254 63 91972125
Perhaps you know now, how I can bring my windows partition to work. I
really only need it for dragon naturally speaking and cdex. I haven't
tried grip yet.
Hans
I have changed my /etc/fstab to vfat and rmdir the directory win on mnt,
so that it is only /mnt now, but I still can't find my windows partition
under linux.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda4 / reiserfs notail 0 1
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hda2 /mnt/win vfat rw,noauto 0 0
If you can help me further on, I would be very pleased.
Thank you,
Hans
Did you say that you had removed the 'win' directory within /mnt ? If
so, recreate it. It is needed by your current /etc/fstab.
As root, this should work to mount the partition:
mkdir /mnt/win
mount /mnt/win
If that does not work, please provide specific error messages so we can
be more helpful.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]