problem with second HDD

I got error with my second HDD.

Error called this:

An error occurred while accessing ‘Antras HDD’, the system responded:
org.feedesktop.Hal.Device.PermissionDeniedByPolicy:
org.feedesktop.hal.storage.mount-fixed auth_admin_keep_always ←
(action, result)

How can i fix it???

add an entry for it in fstab

You need to post us the result of this first:

cat /etc/fstab

and then as su -

fdisk -l

If you know which partition it is, tell us

It is not a disk error, it is a problem of permission/mount.

Alternately, you can go into yast->system->disk partitioner and attribute a mount point on the disk and it’ll save the configuration in your fstab.

linux-cdxl:~ # cat /etc/fstab
UUID=9504280c-8503-4342-8d1a-6a6b7fa68ca7 swap swap defaults 0 0
UUID=9930c01e-d0a9-4ba9-ae5e-d72297a7b23e / ext4 acl,user_xattr 1 1
UUID=644914a5-fef5-451e-af84-69e7c6cc8b72 /home ext4 acl,user_xattr 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
linux-cdxl:~ # fdisk -l

Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 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: 0x0006ccb9

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 2611 20971520 83 Linux
/dev/sdb2 2611 3015 3237888 82 Linux swap / Solaris
/dev/sdb3 3015 38914 288360448 83 Linux

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: 0x8c59e822

Device Boot Start End Blocks Id System
/dev/sda1 1 19457 156288321 7 HPFS/NTFS

i am trying to do something with fstab, but nothing interesting happens…

I added a line for you

UUID=9504280c-8503-4342-8d1a-6a6b7fa68ca7 swap                 swap       defaults              0 0
UUID=9930c01e-d0a9-4ba9-ae5e-d72297a7b23e /                    ext4       acl,user_xattr        1 1
UUID=644914a5-fef5-451e-af84-69e7c6cc8b72 /home                ext4       acl,user_xattr        1 2
/dev/sda1 /windows ntfs-3g defaults 0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0

See this guide on how to edit
FSTAB - Editing Manually

But first you need to create the directory
open a terminal and become su -
do the following.

cd /
mkdir windows
chown -R karogi windows

Where karogi is your user/login name, change as needed.

reboot after editing fstab

Alternative option
Yast > Partitioner
select sdb1, you need to expand the tree on the left then
edit
In the next window, check to mount, in the mount point type in manually /windows
finish
reboot