Re: Iomega Prestige hard drive
1. Connect the drive to a windows machine and use the safely remove hardware (icon in the lower right corner) option to unmount it first before you remove it.
2. Install ntfsprogs and use ntfsfix to fix it.
Code:
sudo apt-get update
sudo apt-get install ntfsprogs
sudo ntfsfix /dev/sdb1
sudo mkdir /media/Iomega
sudo mount -t ntfs-3g /dev/sdb1 /media/Iomega
df -h
3. Or force mount it with
Code:
sudo mkdir /media/Iomega
sudo mount -t ntfs-3g /dev/sdb1 /media/Iomega -o force
df -h
In the world of Linux, who needs Windows and Gates...
Got most of my golden beans at an auction on eBay (with a couple of free drinks).
Bookmarks