Couple of questions

Bruce Marshall bmarsh at bmarsh.com
Tue Oct 2 13:33:42 UTC 2007


On Tuesday 02 October 2007, msmarti58 wrote:
> In Ubuntu Feisty Fawn, I have two questions - is there a newsreader so that
> I can read my Hotmail (such as Outlook Express allows you to do or
> Outlook)? Also, how to automount a hard drive? I have an external USB hard
> drive with no operating system on it, it appears on my desktop at bootup,
> no problem. I have a 40 gig hard drive with Ubuntu on it, and I have
> another hard drive with Vista on it, that one I have to mount manually on
> each bootup by clicking on it and entering my password. I want it to just
> appear on my desktop at bootup like Windows would do it.

Check into  the file   /etc/fstab   

This is where partitions are specified for automounting at boot time.

The entry you would need is:

/dev/sda?      /<mount point name>         NTFS      defaults      0   2

where the sdb?  would be a partition on the 2nd hard drive.  (sda being the 
first.  Parhaps in your situation it would be reversed)

The ?  is replaced by the partition number on the drive.

-- 
+----------------------------------------------------------------------------+
+ Bruce S. Marshall  bmarsh at bmarsh.com  Bellaire, MI         10/02/07 09:29  +
+----------------------------------------------------------------------------+
"Time is nature's way of keeping everything  from happening at once."




More information about the ubuntu-users mailing list