<br><br><div><span class="gmail_quote">On 1/17/07, <b class="gmail_sendername">Kipton Moravec</b> <<a href="mailto:kip@kdream.com">kip@kdream.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You know what, there is not a "how to" or tutorial on how to add a hard<br>disk to an existing Ubuntu system.<br><br>Here is what has happened so far:<br><br>Looked at the Ubuntu Wiki did not find anything.<br>Looked at the 
Desktopguide.pdf<br>There it says to use Gtparted. Of course Gtparted is not on my computer.<br>The Desktopguide says to get it using Add/Remove under Applications.<br>Can't find it. So went to Synaptic package manager, found it and
<br>installed it, and the menu item came up automagicly under System -><br>Administration. (I like it did that!)<br><br>I set the Disklabel as an MS-DOS name. That I do not understand, but I<br>guess it is safe. Then I made a partition. Of course it first asks what
<br>filesystem I want. My other disk uses reiserfs, but to be safe I called<br>a friend and he recommended ext3. I am easy, so I made it ext3. I did<br>not see any comparison of file systems, it might be nice with a<br>recommendation on what to use for what situation.
<br><br>So I have a 372.61 GB ext3 partition on /dev/hdc. Now what do I do?<br><br>I can't see what to do next. I want to mount it as /home/backup<br><br>Do I have to format it first? How?</blockquote><div><br>mkfs.ext3
  /dev/hdcn    Where n is the partition #  such as /dev/hdc1<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;">What is the exact mount command to mount it?
</blockquote><div><br>Add to /etc/fstab<br><br><file system> <mount point>   <type>  <options>       <dump>  <pass><br>proc            /proc           proc    defaults        0       0<br>
/dev/sda1       /               ext3    defaults,errors=remount-ro 0       1<br>/dev/hdc1     /home/backup  ext2   defaults,errors=remount-ro 0 1<br><br>go to /home<br><br>#mkdir backup<br><br><br><br>That should do it.......
<br><br>If not someone will chine in<br><br>User Iam<br><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;">Where or in what file do I put the mount command so it will
<br>automatically mount when the computer is booted?<br><br>I am close, but do not see what to do to finish the install.<br>--<br>Kipton Moravec <<a href="mailto:kip@kdream.com">kip@kdream.com</a>><br><br><br>--<br>
ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br></blockquote></div><br>