fwojciec said: Can you post the output of "fdisk -l" (as root) and "cat /etc/fstab"? Where is the drive usually mounted to?
fdisk -l
# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0008b1af
Device Boot Start End Blocks Id System
/dev/sda1 1 14593 117218241 5 Extended
/dev/sda5 1 243 1951834+ 82 Linux swap / Solaris
/dev/sda6 244 2067 14651248+ 83 Linux
/dev/sda7 2068 14593 100615063+ 83 Linux
Disk /dev/sde: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xcbce2081
Device Boot Start End Blocks Id System
/dev/sde1 1 121601 976760001 7 HPFS/NTFS
cat /etc/fstab
# cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
/dev/cdrom1 /media/cdrom1 auto ro,user,noauto,unhide 0 0
/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
/dev/dvd1 /media/dvd1 auto ro,user,noauto,unhide 0 0
UUID=10512ef5-9c47-46a7-9602-f9137ea11d82 swap swap defaults 0 0
UUID=9656f93a-365f-4dee-a00e-301fa58001c6 / ext3 defaults 0 1
UUID=af63f66e-d508-49e8-8bdf-9d1160a6b24b /home ext3 defaults 0 1