Problem with rsync

Matt Graham mhgraham at crow202.org
Sun Jan 1 15:44:28 MST 2017


On 2017-01-01 15:29, Michael wrote:
> sudo fsck -p /media/bmike1/SDULTRA64

This is not correct.  You run fsck on the device, not the mount point.  
Find out what the device node is (probably /dev/sdX1 where X is a 
lowercase letter which is not a.  Try "ls -l /dev/disk/by-label/" to get 
a listing), then umount the device, then run fsck on it.

> fsck.ext2: Is a directory while trying to open /media/bmike1/SDULTRA64

And it's guessing the filesystem type incorrectly.  "fsck.vfat" may 
work better once the device is umounted.  If your automounter tries to 
mount it, turn the automounter off (and leave it off, those things are 
useless.)

-- 
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.


More information about the PLUG-discuss mailing list