finally got karmic working on my box (installed from the cd and that helped a lot).
karmic boots fast, i thought jaunty booted fast but karmic boots faster,
the only problem i have w/ karmic is that my nfs shares are nolonger being auto mounted even though its set to in my fstab.
[code= /etc/fstab]
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=2eee64fc-ef50-4bfa-9369-78dfd4ade5ae / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=78ea1274-2a34-4491-bb43-1dc6a45517bf /home ext3 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=3f993b53-b576-43b0-b9ef-2401b29154fa none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
##nfs start
192.168.0.100:/media/Programs/inbox /media/inbox nfs rw,hard,intr 0 0
192.168.0.100:/media/Programs/archive /media/archive nfs rw,hard,intr 0 0
192.168.0.100:/media/Video/tv_shows /home/chris/Videos/tv_shows nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/music /home/chris/Music nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/pictures /home/chris/Pictures nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/video /home/chris/Videos/video nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/documents /home/chris/Documents nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/roms /home/chris/Roms nfs rw,hard,intr 0 0
[/code]
afterbooting if i run sudo mount -a . every thing mounts no problem.
karmic boots fast, i thought jaunty booted fast but karmic boots faster,
the only problem i have w/ karmic is that my nfs shares are nolonger being auto mounted even though its set to in my fstab.
[code= /etc/fstab]
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=2eee64fc-ef50-4bfa-9369-78dfd4ade5ae / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=78ea1274-2a34-4491-bb43-1dc6a45517bf /home ext3 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=3f993b53-b576-43b0-b9ef-2401b29154fa none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
##nfs start
192.168.0.100:/media/Programs/inbox /media/inbox nfs rw,hard,intr 0 0
192.168.0.100:/media/Programs/archive /media/archive nfs rw,hard,intr 0 0
192.168.0.100:/media/Video/tv_shows /home/chris/Videos/tv_shows nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/music /home/chris/Music nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/pictures /home/chris/Pictures nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/video /home/chris/Videos/video nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/documents /home/chris/Documents nfs rw,hard,intr 0 0
192.168.0.100:/media/Docs/roms /home/chris/Roms nfs rw,hard,intr 0 0
[/code]
afterbooting if i run sudo mount -a . every thing mounts no problem.
Comment