Comments
for old fat32 filesys try
# mount -t vfat -o umask=000 /dev/sda1 /media/disk
where 2nd end is our drive and end is mount to.
or if u don't know what is in all harddisk partition .. use..
# fdisk -l
Posted by: fay
Just a shot note that some variable command to force mount ntfs volume when "cannot mount volume" appear.
Maybe this cause of unproper shut down on ntfs os and a bit leceh to put back the hdd and make it proper shut down. but then that not only cause of this error.
install the ntfs config if still not installed.
# apt-get install ntfs-config
then force it via command line mount
# mount -t ntfs-3g /dev/sdb1 /mnt/sdb1 -o force