actually, if you install the FUSE package, there should be more advanced handlers to correct some of those errors. I use something like that here to correct issues on an NTFS external drive while in OS X. The preference package includes linux code for the FUSE project and seems to work reasonably well for most issues. However, there are some issues that require the use of a real windows installation to correct.-ericfrom the central office of the Technomage Guild, Storage Analysis Division.On Sep 22, 2017, at 6:31 PM, Michael wrote:silly me! I just realized that the file system on the external drive is NTFS so there isn't much I can do with it.------------------------------On Fri, Sep 22, 2017 at 4:05 PM, Michael <bmike1@gmail.com> wrote::/~ $ sudo fsck -f /dev/sda1fsck from util-linux 2.27.1~ $ sudo fsck -f /dev/sdafsck from util-linux 2.27.1e2fsck 1.42.13 (17-May-2015)ext2fs_open2: Bad magic number in super-blockfsck.ext2: Superblock invalid, trying backup blocks...fsck.ext2: Bad magic number in super-block while trying to open /dev/sdaThe superblock could not be read or does not describe a valid ext2/ext3/ext4filesystem. If the device is valid and it really contains an ext2/ext3/ext4filesystem (and not swap or ufs or something else), then the superblockis corrupt, and you might try running e2fsck with an alternate superblock:e2fsck -b 8193 <device>ore2fsck -b 32768 <device>gparted says the device is on sda1On Fri, Sep 22, 2017 at 12:14 PM, Carruth, Rusty <Rusty.Carruth@smartm.com> wrote:Try fsck –f (for force). If the filesystem is marked clean and some other stuff it won’t run the test, IIRC.
From: PLUG-discuss [mailto:plug-discuss-bounces@l
ists.phxlinux.org ] On Behalf Of Michael
Sent: Friday, September 22, 2017 5:15 AM
To: Main PLUG discussion list
Subject: Re: rsync
$ sudo fsck /dev/sdc1
fsck from util-linux 2.27.1
$
isn't it supposed to give a code of some sort?
Here is a mall snippet of the errors it gives when trying to rsync to the drive:
rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464030 32.ini") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464035 76.xml") failed: Input/output error (5)
here is a snippet of the errors I get when trying to delete the file recovery directory:
rm: cannot remove 'file recovery/recup_dir.465/f464016
88.xml.gz': Input/output error rm: cannot remove 'file recovery/recup_dir.465/f464019
20.xml.gz': Input/output error
any ideas how I can delete them?
On Thu, Sep 7, 2017 at 5:36 PM, James Dugger <james.dugger@gmail.com> wrote:
You potentially have corrupt files or problems with your disk. Use the fsck command to check files/file system and smartctl command to check the disk
On Sep 7, 2017 4:52 AM, "Michael" <bmike1@gmail.com> wrote:
I get the following errors. How do I stop it?
$ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive"
rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f460384 64.elf") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f462859 28.txt") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f463996 16.bz2") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f463999 20.xml") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464002 56.bz2") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464005 60_tooltip.svg.gz") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464008 24_analog_meter.svg.gz") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464010 72_extender-background.svg.gz" ) failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464014 88.xml.gz") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464016 88.xml.gz") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464019 20.xml.gz") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464022 08.xml.gz") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464026 88.png") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464030 32.ini") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464035 76.xml") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464041 44.xml") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464046 24.xml") failed: Input/output error (5) rsync: readlink_stat("/media/bmike1/S
eagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f464053 44.xml") failed: Input/output error (5) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
--
:-)~MIKE~(-:
------------------------------
---------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss
--
:-)~MIKE~(-:
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss --:-)~MIKE~(-:--:-)~MIKE~(-:---------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss