I reinstall my Server now and set up comlety new but hda-diskmount doesn't gave one Hardrive
But i don't know what i can do, when i exclude the sda, then the server doesn't start anymore

For information:
/dev/sda (2TB)
/dev/sdb (2TB)
/dev/sdc (2TB)
/dev/sdd (2TB)
/dev/sde (2TB)
/dev/sdf (32 GB --> Systemdrive!)
hda-diskmount
Code: Select all
Ignoring /dev/sda1 - already in /etc/fstab as /dev/sda1
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.
Code: Select all
hda@hda-desktop:~$ sudo hda-diskmount
****************************************************************
Ignoring /dev/sda1 - already in /etc/fstab as /dev/sda1
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/sdb1 - already mounted
Ignoring /dev/sdb1 - already in /etc/fstab as UUID=6adbdfdb-4e72-49f2-9bf2-46f5fe485461
****************************************************************
Ignoring /dev/sdc1 - already mounted
Ignoring /dev/sdc1 - already in /etc/fstab as UUID=2d60a0b0-a781-4906-9a8f-baf86a455b9d
****************************************************************
Ignoring /dev/sdd1 - already mounted
Ignoring /dev/sdd1 - already in /etc/fstab as UUID=387972d7-a35f-4450-858b-9e4bcf484911
****************************************************************
Ignoring /dev/sde1 - already mounted
Ignoring /dev/sde1 - already in /etc/fstab as UUID=836f4973-636e-494c-9894-c1edd99de556
****************************************************************
Ignoring /dev/sde2 - already mounted
Ignoring /dev/sde2 - already in /etc/fstab as UUID=9bb7ecec-f4b7-4e87-8f44-0c52ee03556e
****************************************************************
Ignoring /dev/sdf1 - already mounted
Ignoring /dev/sdf1 - already in /etc/fstab as UUID=856bd031-c53b-459a-9617-5217e40e7d07
****************************************************************
Ignoring /dev/sdf5 - already in /etc/fstab as UUID=721aab0b-fa42-4840-a5ac-962dd9d3591e
****************************************************************
Code: Select all
hda@hda-desktop:~$ cat /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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=856bd031-c53b-459a-9617-5217e40e7d07 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=721aab0b-fa42-4840-a5ac-962dd9d3591e none swap sw 0 0
UUID=6adbdfdb-4e72-49f2-9bf2-46f5fe485461 /var/hda/files/drives/drive1 ext4 defaults 1 2
UUID=2d60a0b0-a781-4906-9a8f-baf86a455b9d /var/hda/files/drives/drive2 ext4 defaults 1 2
UUID=836f4973-636e-494c-9894-c1edd99de556 /var/hda/files/drives/drive3 ext4 defaults 1 2
UUID=9bb7ecec-f4b7-4e87-8f44-0c52ee03556e /var/hda/files/drives/drive4 ext4 defaults 1 2
UUID=387972d7-a35f-4450-858b-9e4bcf484911 /var/hda/files/drives/drive5 ext4 defaults 1 2