Re: want to change menu 1st
I made sda8 as a swap space for debian, thinking it needed it in its own partition it is telling me,
oracle1@oracle1-desktop:~$ sudo mount -a
mount: mount point /media/sda8 does not exist
# /etc/fstab: static file system information.
#
# Use 'vol_id --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/sda5 during installation
UUID=4be56fe3-7cfc-49de-a3ec-7ea949b909a8 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=6182436f-0a03-4c02-9171-b45e02da6a64 none swap sw 0 0
#debian partition
UUID=e6f55a5d-cc41-4da6-8ac3-c6d5e4d4565a /media/sda8 ext3 relatime,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0
this is how the file looks atm
I made sda8 as a swap space for debian, thinking it needed it in its own partition it is telling me,
oracle1@oracle1-desktop:~$ sudo mount -a
mount: mount point /media/sda8 does not exist
# /etc/fstab: static file system information.
#
# Use 'vol_id --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/sda5 during installation
UUID=4be56fe3-7cfc-49de-a3ec-7ea949b909a8 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=6182436f-0a03-4c02-9171-b45e02da6a64 none swap sw 0 0
#debian partition
UUID=e6f55a5d-cc41-4da6-8ac3-c6d5e4d4565a /media/sda8 ext3 relatime,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0
this is how the file looks atm
Comment