<br><br><div><span class="gmail_quote">On 1/26/06, <b class="gmail_sendername">umberto rossi</b> <<a href="mailto:umbertorossi_000@fastwebnet.it">umbertorossi_000@fastwebnet.it</a>> wrote:</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I did it by rebooting the system and logging in as root. Ok.<br><br>Now comes the new problem. The fdisk -l command told me the second hard<br>disk is called hdb1 (I mean the part of the HD where the data are). It<br>also told me that the external HD is called sda or something like that.
<br>But when I issue the mount command for the hdb1 I receive a message that<br>tells me that the hdb1 device does not exist in the etc/fstab and<br>etc/mtab files. The syntax I used is:<br><br>mount dev/hdb1 /home/berto/ubik
</blockquote><div><br><br>Make sure you have the leading "/" on directory/device listings.<br>So your command should be:<br>mount /dev/hdb1 /home/berto/ubik<br><br>Unless you use some other options in the command, your "berto" regular user most likely won't have much access to that device though. You will only be able to do stuff with the contents when logged in as root. You don't want to be logged in as root all the time since mistakes are made even bigger when you have permissions to do anything to your system all the time.
<br>Do a "man mount" to find out the correct options to use to mount the drive with berto as the owner.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ubik being a folder I created for the second HD.<br><br>Is there a mistake in my command syntax, or should I directly edit the<br>fstab file? I understand doing that ain't that simple, though...</blockquote><div><br><br>Editing the fstab file is necessary only if you want the drive to be mounted somewhere at every boot.
<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I might also copy more accurately what the fdisk command produces, if<br>that may help.
</blockquote><div><br>Just typing mount by itself gives useful info.<br><br>Knowing what version of Fedora and which desktop environment are you using (Gnome or KDE) would help in giving further advise also as there are some GUI tools that might help you out.
<br></div><br>/Mike</div>