
thats what i want to do, I mounted my drives, says something like this (some have been manually mounted before):You can mount NTFS formatted drives in Linux and then set up shares to access the drive or parts of the drive via Windows. In my opinion, that is the best method and the one most use in my opinion.
root@storage:~# hda-diskmount
****************************************************************
Ignoring /dev/sdb5 - already mounted
****************************************************************
Ignoring /dev/sdc5 - already mounted
****************************************************************
Ignoring /dev/sdd5 - already mounted
****************************************************************
Ignoring /dev/sde5 - already mounted
****************************************************************
Ignoring /dev/sdf5 - already mounted
****************************************************************
Ignoring /dev/sdg5 - already mounted
****************************************************************
Ignoring /dev/sdh1 - already mounted
****************************************************************
Ignoring /dev/sda1 - already mounted
Ignoring /dev/sda1 - already in /etc/fstab as /dev/sda1
Ignoring /dev/sda1 - already in /etc/fstab as UUID=d976e1ff-c4ba-473b-b1dd-11042fa75f76
This device appears to be commented out of your /etc/fstab. You will need to remove it from there for hda-diskmount to be able to mount it.
****************************************************************
Ignoring /dev/sda5 - already in /etc/fstab as /dev/sda5
Ignoring /dev/sda5 - already in /etc/fstab as UUID=3b6b7995-db67-4947-bd94-5d334326a89b
This device appears to be commented out of your /etc/fstab. You will need to remove it from there for hda-diskmount to be able to mount it.
****************************************************************
No usable Linux, Windows or Mac partitions found on your disks.
maybe you can give me a hint with that. the drives dont show up as mounted drives on reboot.
how do I modify the /etc/fstab in order to have it remounted on startup? thats what fstab is saying:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=d976e1ff-c4ba-473b-b1dd-11042fa75f76 / ext4 errors=remoun$
# swap was on /dev/sda5 during installation
UUID=3b6b7995-db67-4947-bd94-5d334326a89b none swap sw $
now, do I have to remove the devices first, or can I just add the other ones? what does the error mean? How do I find the devices ID if the drives are already mounted? Do I have to unmount it first? And then mount it again in order to get the id?
Bunch of questions

Concerning greyhole, I dont like the drive pools, rather have it the old fashioned way. Every drive for its purpose
Have a wonderful day
edit: The drives actually show all up on startup, even in the starter menue ( I've put it there also), but they are not mounted.