Εγκατέστησα το ubuntu Netbook 10.10 αλλά κατα την εκκίνηση μου βγάζουν το εξής μήνυμα "The disk drive for Save_Area is not ready yet or not present".
Πως μπορώ να το φτιάξω αυτό?
Συντονιστής: adem1

sudo fdisk -lsudo gedit /etc/fstab
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x13662e6d
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2628 21109378+ 7 HPFS/NTFS
/dev/sda2 2629 19458 135180289 5 Extended
/dev/sda5 2629 4817 17577984 83 Linux
/dev/sda6 4817 5060 1951744 82 Linux swap / Solaris
/dev/sda7 5060 19458 115648512 7 HPFS/NTFS# /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 nodev,noexec,nosuid 0 0
/dev/sda5 / ext4 errors=remount-ro 0 1
# /Save_Area was on /dev/sda7 during installation
UUID=DBEB-82D4 /Save_Area vfat utf8,umask=007,gid=46 0 1
# swap was on /dev/sda6 during installation
UUID=d1a09b4f-7ccc-4240-aec5-a0b33357bc78 none swap sw 0 0
sudo cp /etc/fstab /etc/fstab.oldsudo gedit /etc/fstab# /Save_Area was on /dev/sda7 during installation
UUID=DBEB-82D4 /Save_Area vfat utf8,umask=007,gid=46 0 1# /Save_Area was on /dev/sda7 during installation
# UUID=DBEB-82D4 /Save_Area vfat utf8,umask=007,gid=46 0 1sudo cp /etc/fstab.old /etc/fstab



