View Full Version : Can't mount second HDD
gertdesmet
25th February 2004, 10:06 PM
Hi,
I cannot mount my second hard drive. I can see it in the hardware list as hde1.
I tried :
mount /dev/hde
mount: can't find /dev/hde in /etc/fstab or /etc/mtab
mount /dev/hde1
mount: can't find /dev/hde1 in /etc/fstab or /etc/mtab
The drive is NTFS but i had no problems to mount it with Suse.
Bana
26th February 2004, 02:46 AM
Try doing a mkdir /mnt/test and then using the mount command like this: mount /dev/hde1 /mnt/test
If that doesn't work then try looking at your /etc/fstab and/or /etc/mtab files and see if you can determine the problem (perhaps you need to add an entry for this device in fstab) (feel free to post here for more help if necessary).
bosox
26th February 2004, 03:12 AM
Originally posted by gertdesmet
Hi,
I cannot mount my second hard drive. I can see it in the hardware list as hde1.
I tried :
mount /dev/hde
mount: can't find /dev/hde in /etc/fstab or /etc/mtab
mount /dev/hde1
mount: can't find /dev/hde1 in /etc/fstab or /etc/mtab
The drive is NTFS but i had no problems to mount it with Suse.
if you want to mount an NTFS drive you will need to compile support into your kernel or get a precompiled module from here http://linux-ntfs.sourceforge.net/rpm/index.html
and then ounce the RPM is installed edit your fstab accordingly :cool:
gertdesmet
26th February 2004, 09:41 AM
Thanks guys. I will try and let you know.;)
mhelios
26th February 2004, 09:51 AM
Mount it like this as root/sudo:
#mount -t auto /dev/hde1 /mnt/otherdrive
gertdesmet
27th February 2004, 09:38 PM
I followed mhelios instructions here : http://www.fedoraforum.org/forum/showthread.php?s=&threadid=186
and it went just fine.
Thanks a lot ! :D
bosox
28th February 2004, 09:13 PM
Originally posted by gertdesmet
I followed mhelios instructions here : http://www.fedoraforum.org/forum/showthread.php?s=&threadid=186
and it went just fine.
Thanks a lot ! :D
:cool: I am glad it worked for you
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.