Click to See Complete Forum and Search --> : Problem with mounting


pmrphs2002
07-09-2003, 01:58 PM
Alrighty ..... this is just an inconveniance....not life threatening

Clean install of drake 9.1 RATHER THAN
/mnt/windows and /mnt/NT
like it was when i upgraded from 9.0, i get

/mnt/_win and /mnt/_win C

To remedy, i unmounted the partitions and renamed them. Go me lol. On remount...going into the /mnt directory gives me....

/windows /_win /NT and /_win C

The only active ones are /windows and /NT .... thats where the partitions are mounted. If you try to access either /_win or /_win C, Konquerer stalls ... Deleting these directories works...... until you close the window ...


I Just want the /windows and /nt..... so if anyone can help me get rid of the other two, that would be great!

Thanks guys!

mdwatts
07-09-2003, 02:09 PM
Did you also make the required mountpoint changes in /etc/fstab?

pmrphs2002
07-09-2003, 05:16 PM
Im pretty sure that HardDrake takes care of updating fstab on its own.......

mdwatts
07-09-2003, 05:20 PM
Perhaps you should check before we continue on.

cat /etc/fstab

pmrphs2002
07-09-2003, 05:26 PM
$ cat /etc/fstab
/dev/hda3 / ext2 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/hdd,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/hda2 /mnt/nt ntfs iocharset=iso8859-1,ro,umask=0 0 0
/dev/hdb1 /mnt/windows vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
none /proc proc defaults 0 0

pmrphs2002
07-09-2003, 05:28 PM
If im reading that right, fstab is ok because its pointing hda to
/mnt/nt

and hdb to
/mnt/windows

mdwatts
07-09-2003, 05:36 PM
Originally posted by pmrphs2002
If you try to access either /_win or /_win C, Konquerer stalls ... Deleting these directories works...... until you close the window ...


You removed the mountpoints as root

# rmdir /mnt/_win

and then it returns again?

pmrphs2002
07-09-2003, 05:48 PM
Yup...............

# rmdir /mnt/_win
rmdir: `/mnt/_win': No such file or directory

mdwatts
07-09-2003, 05:52 PM
Originally posted by pmrphs2002
Yup...............

# rmdir /mnt/_win
rmdir: `/mnt/_win': No such file or directory

And then at what point do they reappear?

pmrphs2002
07-09-2003, 06:12 PM
ok.....at least for now its working out......

restarted (because my cd-roms locked up) and went to /mnt and voila ...... only /windows and /nt

May be back here in 10 tho :D

Thank you wise and all-powerful mdwatts!

mdwatts
07-09-2003, 06:22 PM
Glad to help and certainly do hope they don't return again.