• cannot read SD card

    From faeychild@2:250/1 to All on Sun Aug 23 00:35:50 2020


    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux .
    I allowed Windows to format it through the camera app which has rendered
    it invisible to Linux
    The card is formatted to fat which Windows can read just fine but Linux doesn't see.

    Linux Gparted will hang if started up with the card plugged in

    Until the Windows format the card was readable by both systems.

    This is just a bit mysterious Typical weekend drama I fear :-|


    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Sun Aug 23 03:49:54 2020
    On Sat, 22 Aug 2020 19:35:50 -0400, faeychild <faeychild@nomail.afraid.org> wrote:
    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux .
    I allowed Windows to format it through the camera app which has rendered
    it invisible to Linux
    The card is formatted to fat which Windows can read just fine but Linux doesn't see.

    Linux Gparted will hang if started up with the card plugged in

    IIRC, gparted can not handle exfat file systems.

    Which version of Mageia?

    One option would be to erase the partition table on the card with
    "dd if=/dev/zero of=/dev/sdz bs=1M count=1". Make sure the right device is specified. Then you can create what ever type of file system you want with linux.

    Regards, Dave Hodgins

    --
    Change dwhodgins@nomail.afraid.org to davidwhodgins@teksavvy.com for
    email replies.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Sun Aug 23 04:50:38 2020
    On Sun, 23 Aug 2020 09:35:50 +1000, faeychild wrote:


    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux .
    I allowed Windows to format it through the camera app which has rendered
    it invisible to Linux
    The card is formatted to fat which Windows can read just fine but Linux doesn't see.

    Linux Gparted will hang if started up with the card plugged in

    Guessing you do not have any fat/vfat drivers installed.

    Go ahead and install fuse-exfat rpm, I would also install the
    exfatprogs rpm

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Sun Aug 23 05:16:53 2020
    On Sat, 22 Aug 2020 23:50:38 -0400, Bit Twister <BitTwister@mouse-potato.com> wrote:
    Go ahead and install fuse-exfat rpm, I would also install the
    exfatprogs rpm

    Just the exfatprogs, not fuse-exfat. As per https://bugs.mageia.org/show_bug.cgi?id=26396#c16 the fuse-exfat package should
    not be necessary since kernel-desktop-5.5.15-3.mga7-1-1.mga7

    The fuse-exfat package can still be installed, but should not be needed.

    Regards, Dave Hodgins

    --
    Change dwhodgins@nomail.afraid.org to davidwhodgins@teksavvy.com for
    email replies.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Sun Aug 23 05:31:58 2020
    On 2020-08-23, Bit Twister <BitTwister@mouse-potato.com> wrote:
    On Sun, 23 Aug 2020 09:35:50 +1000, faeychild wrote:


    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux .
    I allowed Windows to format it through the camera app which has rendered
    it invisible to Linux
    The card is formatted to fat which Windows can read just fine but Linux
    doesn't see.

    Linux Gparted will hang if started up with the card plugged in

    Guessing you do not have any fat/vfat drivers installed.

    Go ahead and install fuse-exfat rpm, I would also install the
    exfatprogs rpm

    I thought exfatprogs was the replacement for fuse-exfat

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Sun Aug 23 06:08:11 2020
    On Sun, 23 Aug 2020 00:31:58 -0400, William Unruh <unruh@invalid.ca> wrote:
    I thought exfatprogs was the replacement for fuse-exfat

    exfatprogs has ...
    # rpm -q -l exfatprogs |grep bin/
    /usr/sbin/fsck.exfat
    /usr/sbin/mkfs.exfat
    /usr/sbin/tune.exfat

    The fuse-exfat package has a kernel module for exfat file systems, but there
    is now an exfat package included in the kernel, currently ... /usr/lib/modules/5.7.14-desktop-1.mga7/kernel/fs/exfat/exfat.ko.xz

    Regards, Dave Hodgins

    --
    Change dwhodgins@nomail.afraid.org to davidwhodgins@teksavvy.com for
    email replies.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Sun Aug 23 07:39:26 2020
    On Sun, 23 Aug 2020 00:16:53 -0400, David W. Hodgins wrote:
    On Sat, 22 Aug 2020 23:50:38 -0400, Bit Twister
    <BitTwister@mouse-potato.com> wrote:
    Go ahead and install fuse-exfat rpm, I would also install the
    exfatprogs rpm

    Just the exfatprogs, not fuse-exfat. As per https://bugs.mageia.org/show_bug.cgi?id=26396#c16 the fuse-exfat package
    should
    not be necessary since kernel-desktop-5.5.15-3.mga7-1-1.mga7

    The fuse-exfat package can still be installed, but should not be needed.

    I hear what you are saying, but gparted would not see my vfat usb drive
    until I installed fuse-exfat.
    # uname -r
    5.7.14-desktop-1.mga7

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Sun Aug 23 08:37:01 2020
    On 23/8/20 9:35 am, faeychild wrote:


    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux  .
    I allowed Windows to format it through the camera app which has rendered
    it invisible to Linux
    The card is formatted to fat which Windows can read just fine  but Linux doesn't see.

    I have been using the linux most of the day which curtailed the
    investigation and switching mouse keyboard and video cable between the
    two boxes is a real drag.


    But this morning I had re set the camera with a 32Gig card not formatted
    by Windows I have just retrieved it and Linux can read the card/camera OK

    I have just attempted to read the card/camera with 32 Gig card in windows

    Plugged into :-
    The first USB socket does nothing
    The second socket declares that the camera is not plugged in
    The third socket declares that Windows has a problem and must gather
    data and then reboot..

    The 32 Gig card is still readable in linux - that's a complete switch

    The 64 Gig card can't be read and is not detected by linux

    I think Windows has trashed my 64 Gig card

    The problem is Windows It can' read any other card in reader either. Depending on which socket I use I either get nothing or " Windows has
    detected problem and must reboot"

    I may have to reinstall windows

    Pity about my SD card

    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Sun Aug 23 08:38:47 2020
    On 23/8/20 4:39 pm, Bit Twister wrote:

    I hear what you are saying, but gparted would not see my vfat usb drive
    until I installed fuse-exfat.
    # uname -r
    5.7.14-desktop-1.mga7


    I vaguely remember having that problem myself many months ago

    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Sun Aug 23 09:58:25 2020
    On 23/8/20 5:37 pm, faeychild wrote:
    On 23/8/20 9:35 am, faeychild wrote:


    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux  .
    I allowed Windows to format it through the camera app which has
    rendered it invisible to Linux
    The card is formatted to fat which Windows can read just fine  but
    Linux doesn't see.


    Right I am, in the middle of conflicting errors here. It all started ( seemingly) when I used the Windows camera widget to format the SD card
    in the camera.

    I will stop chasing ghosts and give up while I am ahead


    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From TJ@2:250/1 to All on Sun Aug 23 13:17:41 2020
    On 8/23/20 4:58 AM, faeychild wrote:
    On 23/8/20 5:37 pm, faeychild wrote:
    On 23/8/20 9:35 am, faeychild wrote:


    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux  .
    I allowed Windows to format it through the camera app which has
    rendered it invisible to Linux
    The card is formatted to fat which Windows can read just fine  but
    Linux doesn't see.


    Right I am, in the middle of conflicting errors here. It all started ( seemingly) when I used the Windows camera widget to format the SD card
    in the camera.

    I will stop chasing ghosts and give up while I am ahead


    Sounds to me like the app did something proprietary to the format, with
    the express purpose of preventing outside tampering. It is, after all, a security camera, and if it is easily read it's not very secure.

    TJ

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Sun Aug 23 22:25:37 2020
    On 23/8/20 6:58 pm, faeychild wrote:
    On 23/8/20 5:37 pm, faeychild wrote:
    On 23/8/20 9:35 am, faeychild wrote:


    I have a 64 Gig SD card used in Zetta security camera that I can no
    longer read in linux  .
    I allowed Windows to format it through the camera app which has
    rendered it invisible to Linux
    The card is formatted to fat which Windows can read just fine  but
    Linux doesn't see.


    Right I am, in the middle of conflicting errors here. It all started ( seemingly) when I used the Windows camera widget to format the SD card
    in the camera.

    I will stop chasing ghosts and give up while I am ahead



    Ok The sad sequence of events is

    The little camera is about half the size of a cigarette packet and uses
    an SD card for storage. The manufactures config widget only works on Windows

    I decided to change the aspect to 1280-720 and increase resolution.

    I dragged out the Win box, changed over the mouse keyboard and monitor
    cables and plugged in the camera and changed setting. Then put the
    camera back under the eaves

    Later I took it down and plugged into Linux. There was nothing. NO video files. I wondered did I mess up the new config.

    So the Win box is reconnected and the camera plugged in. File explorer
    opens showing all the video files. And they play fine

    ....??

    I check the config anyway. It was fine

    So switch cables back to the Linux box, plug in the camera and see
    nothing except some DOT dat files.

    Then I plugged the SD into a card reader into Linux and it's still empty.

    I plugged the card reader back into Windows which told me there was a
    problem. It was gathering information and would reboot the computer.

    Nothing was found on the card

    So back to Linux which now failed to recognize a card at all. No USB
    device registered.

    A great darkness descended

    Sometime later after drying my eyes, I plugged a different SD card into
    the camera. This works just fine.

    I have been pwned by bizarre hardware failure and the evil spirits that
    live in the Windows box.

    I want to demolish blow up something


    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From TJ@2:250/1 to All on Mon Aug 24 01:45:10 2020
    On 8/23/20 5:25 PM, faeychild wrote:

    I have been pwned by bizarre hardware failure and the evil spirits that
    live in the Windows box.

    Or the SD card.

    TJ

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Mon Aug 24 02:45:43 2020
    On Sun, 23 Aug 2020 20:45:10 -0400, TJ <TJ@noneofyour.business> wrote:
    On 8/23/20 5:25 PM, faeychild wrote:
    I have been pwned by bizarre hardware failure and the evil spirits that
    live in the Windows box.

    Or the SD card.

    I wonder if the sd card is one of the fake ones that claims to be much larger than what it really is, in which case once the card is full and continues to accept writes, it overwrites the start of the card including the partition table.
    https://en.wikipedia.org/wiki/SD_card#Counterfeits

    Regards, Dave Hodgins

    --
    Change dwhodgins@nomail.afraid.org to davidwhodgins@teksavvy.com for
    email replies.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Mon Aug 24 03:09:29 2020
    On 24/8/20 11:45 am, David W. Hodgins wrote:


    I wonder if the sd card is one of the fake ones that claims to be much larger
    than what it really is, in which case once the card is full and
    continues to
    accept writes, it overwrites the start of the card including the partition table.


    Yep I am aware of them also

    This card has run for many months although I have never interrogated its capacity

    It is the usual bucket full of unknowns

    Did it fail unprovoked ?

    Did the manufacturers app break it during the format?

    The windows box is becoming a little flaky also. It was a motherboard
    that initially died running Linux and seemed to recover many months
    later when check over. So I put Win 10 on it

    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Mon Aug 24 03:45:17 2020
    On Sun, 23 Aug 2020 22:09:29 -0400, faeychild <faeychild@nomail.afraid.org> wrote:
    On 24/8/20 11:45 am, David W. Hodgins wrote:
    I wonder if the sd card is one of the fake ones that claims to be much
    larger
    than what it really is, in which case once the card is full and
    continues to
    accept writes, it overwrites the start of the card including the partition >> table.

    Did it fail unprovoked ?
    Did the manufacturers app break it during the format?

    Quite possible, since if it's a fake, it wasn't made by that manufacturer,
    and the manufacturer's app may stress the card more than regular formatting software does.

    The windows box is becoming a little flaky also. It was a motherboard
    that initially died running Linux and seemed to recover many months
    later when check over. So I put Win 10 on it

    Linux is much better than windows at detecting faulty hardware. It will not
    run when that's found, in order to prevent people storing more data on
    hardware that's started to fail.

    Regards, Dave Hodgins

    --
    Change dwhodgins@nomail.afraid.org to davidwhodgins@teksavvy.com for
    email replies.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Bit Twister@2:250/1 to All on Mon Aug 24 05:49:51 2020
    On Mon, 24 Aug 2020 12:09:29 +1000, faeychild wrote:


    The windows box is becoming a little flaky also. It was a motherboard
    that initially died running Linux and seemed to recover many months
    later when check over.

    I had a system like that. It wound up being a cpu heat problem.
    Pulled the cpu heat sync, cleaned out the 1/32 of aluminum paste, use
    a heat sink grease, and it had no more problems for years.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Mon Aug 24 22:52:22 2020
    On 24/8/20 12:45 pm, David W. Hodgins wrote:


    Quite possible, since if it's a fake, it wasn't made by that manufacturer, and the manufacturer's app may stress the card more than regular formatting software does.


    It's a Sandisk and it's the only 64 Gig card I have. So, of course, that
    one fails



    The camera manufacturer makes a Win app and a Mac app and not a Web app


    Linux is much better than windows at detecting faulty hardware. It will not run when that's found, in order to prevent people storing more data on hardware that's started to fail.

    And it usually just works


    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Mon Aug 24 23:04:23 2020
    On 24/8/20 2:49 pm, Bit Twister wrote:


    I had a system like that. It wound up being a cpu heat problem.
    Pulled the cpu heat sync, cleaned out the 1/32 of aluminum paste, use
    a heat sink grease, and it had no more problems for years.


    I have still to fit my cooler and the amount of paste grease is always a dilemma.
    I should be as thin as possible and just fill the surface imperfections
    and that can't be seen with the heatsink fitted. You work blind

    My cooler comes with a compound called Mastergel Pro. That sound suspiciously like the cheapest shit they could bundle

    I also have another I purchased independently, called Arctic Silver.

    I think I prefer that one

    regards



    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From TJ@2:250/1 to All on Tue Aug 25 12:26:00 2020
    On 8/24/20 6:04 PM, faeychild wrote:
    On 24/8/20 2:49 pm, Bit Twister wrote:


    I had a system like that. It wound up being a cpu heat problem.
    Pulled the cpu heat sync, cleaned out the 1/32 of aluminum paste, use
    a heat sink grease, and it had no more problems for years.


    I have still to fit my cooler and the amount of paste grease is always a dilemma.
    I should be as thin as possible and just fill the surface imperfections
    and that can't be seen with the heatsink fitted. You work blind

     My cooler comes with a compound called Mastergel Pro. That sound suspiciously like the cheapest shit they could bundle

    I also have another I purchased independently, called Arctic Silver.

     I think I prefer that one

    regards



    The last time I looked into that sort of thing, Artic Silver enjoyed a "sterling" reputation.

    TJ

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From faeychild@2:250/1 to All on Tue Aug 25 22:36:16 2020
    On 25/8/20 9:26 pm, TJ wrote:

    The last time I looked into that sort of thing, Artic Silver enjoyed a "sterling" reputation.


    :-) :-) :-)


    --
    faeychild
    Running plasmashell 5.15.4 on 5.7.14-desktop-1.mga7 kernel.
    Mageia release 7 (Official) for x86_64 installed via Mageia-7-x86_64-DVD.iso


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)