virgo89 Posted July 1, 2008 Share Posted July 1, 2008 hello, I'm very new to Ubuntu 8.04 I installed Ubuntu on a 10 GB drive I had laying around (that I took out from my xbox). Everything went find and ubuntu works great. The reason I'm posting this is that I have a problem with my other two internal drives not auto mounting. By auto mounting, I mean the icons that are supposed to show for the two drives on the Ubuntu desktop. For example, I have a desktop background picture located on my "Media HD" and I use it as a background on my Ubuntu drive. The next time I reboot to Ubuntu, that desktop will be set to a blank picture because "Media HD" is not set to auto mount. I can upload any file you want me to, but please tell me where its located :p Link to comment Share on other sites More sharing options...
markwolfe Veteran Posted July 2, 2008 Veteran Share Posted July 2, 2008 Well, normally, if you want a partition mounted on boot, you put it in /etc/fstab I am thinking Ubuntu makes an easier way, somehow, with point-n-click, but for the worst case, you can add it into there. Link to comment Share on other sites More sharing options...
virgo89 Posted July 3, 2008 Author Share Posted July 3, 2008 Thanks # /etc/fstab: static file system information.# # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sdc1 UUID=1fba9385-02fd-4958-adde-0891f5bb017b / ext3 relatime,errors=remount-ro 0 1 # /dev/sdc5 UUID=ba814bb7-5b2a-40e0-82f8-af72e395518d none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/sdc /media/floppy1 auto rw,user,noauto,exec,utf8 0 0 Link to comment Share on other sites More sharing options...
Recommended Posts