Following is my fstab file, I'm using Kubuntu 14.04 a fresh install. It is a dual machine with Windows 7. I want to be able to get to Windows via the "Mnt" button on Dolphin. I'm fairly sure that fstab is the answer, I have worked with this file a number of years ago but memory fails me now. Any help would be appreciated.
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda8 during installation
UUID=c0ea433d-b760-4db8-9e6d-fd072b96ad8d / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=d906b49c-e548-4ce7-b936-9cd15fd1757b none swap sw 0 0
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda8 during installation
UUID=c0ea433d-b760-4db8-9e6d-fd072b96ad8d / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=d906b49c-e548-4ce7-b936-9cd15fd1757b none swap sw 0 0
Comment