by RobbieGrey on Mon Oct 22, 2007 5:29 am
This is what I get if I type mount in the terminal.
Ive also noticed that I have to use gnome partition editor every time I start my PC to turn on swop. ??
robbiegrey@robbiegrey-desktop:~$ mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.20-16-generic/volatile type tmpfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusesmb on /home/robbiegrey/Network type fuse (rw,nosuid,nodev,allow_other,max_read=32768)
======================
this is a copy of my fstab.
======================
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=61313186-f3b3-420a-8a4f-546114cd6c59 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=f77dbcbe-4776-48e1-9094-e9798752dbc4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
=========================================================
I've just noticed that /dev/fd0 /media/floppy0
is actually my second hard drive ! there,s something wrong somewere !