Συντονιστής: adem1



sudo mkdir /media/georgios/Arxeio
sudo chown root:plugdev /media/georgios/Arxeio
sudo chmod 770 /media/georgios/Arxeiosudo leafpad /etc/fstab# /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/sda2 during installation
UUID=9974b96a-0dfe-4ae4-a1ff-4405767ba4c4 / ext4 errors=remount-ro 0 1
# /windows was on /dev/sda3 during installation
UUID=3A8666750C595BAD /media/georgios/Arxeio ntfs defaults,umask=007,gid=46 0 1
# swap was on /dev/sda5 during installation
UUID=b141ffeb-cd47-48a4-ba6d-1c4976acd95e none swap sw 0 0
sudo mount -a

georgios@georgios-Desktop:~$ sudo mount -a
[mntent]: warning: no final newline at the end of /etc/fstab




