Re: filesystem I'd?

2021-12-07 Thread Andrew M.A. Cater
On Mon, Dec 06, 2021 at 08:45:24PM -0800, Gene Heskett wrote:
> On Mon, 6 Dec, 2021 at 10:44 PM, David Wright  
> wrote:
>  
> 
> To: debian-user@lists.debian.org
> On Mon 06 Dec 2021 at 18:34:14 (-0800), Gene Heskett wrote:
> > Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?
> 
> When you buy it? — exFAT. No guarantees after that.
> 
> 
> 
> Then I recalled that writing an img or iso to it, replaces the file system. 
> So dd wrote
> the .img to the raw card, and it looks all normal now. I haven't boot tested 
> it yet, 
> 
> cuz I have a method worked out to install an older realtime kernel, but I'll 
> do that 
> 
> in the morning to one of the two, then boot test it. 
> 
> 
> 
> If it doesn't work, I'll test the second card. If that one works, I'll have 
> to mount my 
> 
> development system and sweat some blood building a newer kernel for it. It 
> took a week 
> 
> or more to get 4.19.71-rt24-v7l+ #1 SMP PREEMPT RT running well on raspian 
> buster. But 
> 
> it has an easier job here than there, here its running linuxcnc to run an 80 
> yo metal lathe,
> 

Note - the version of Raspbian out there now is Bullseye - you might be
almost as well using Gunnar's Raspberry Pi builds for vanilla Debian.

> 
> Where these card's are going back to they will be running a few tons of 
> Cincinnati 4 
> 
> axis milling machine. Using linuxcnc of coarse. A machine big enough to start 
> with 
> 
> a 600 lb block of good alu, and  give you a toyota V8 engine block ready for 
> parts 
> 
> about 8 hours later. 
> 
> 
> 
> Cheers, David.
> 
> .

All best, as ever,

Andy C.



Re: filesystem I'd?

2021-12-07 Thread Curt
On 2021-12-07, piorunz  wrote:
> On 07/12/2021 03:43, David Wright wrote:
>> On Mon 06 Dec 2021 at 18:34:14 (-0800), Gene Heskett wrote:
>>> Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?
>>
>> When you buy it? — exFAT. No guarantees after that.
>>
>> Cheers,
>> David.
>>
> I love that range of responses, each one about something totally
> different, all due to Gene not remembering that he needs to let readers
> know what he know, if he expects any help whatsoever with what he asks for.
> 

According to Wikipedia, the SDXC format "adopts Microsoft's exFAT file system as
a mandatory feature." I'm uncertain what's to know beyond that in the
context of this thread.

Of course, the OP probably could've discovered this detail by himself.
Then again, he's 85 or something and maybe wants to use us like Santa's
little helpers. I'm no spring chicken myself, but I'm afraid the mood of
the season overtook me.




Re: filesystem I'd?

2021-12-07 Thread piorunz

On 07/12/2021 03:43, David Wright wrote:

On Mon 06 Dec 2021 at 18:34:14 (-0800), Gene Heskett wrote:

Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?


When you buy it? — exFAT. No guarantees after that.

Cheers,
David.


I love that range of responses, each one about something totally
different, all due to Gene not remembering that he needs to let readers
know what he know, if he expects any help whatsoever with what he asks for.


--
With kindest regards, Piotr.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄



Re: filesystem I'd?

2021-12-07 Thread Michael Lange
Hi,

On Mon, 6 Dec 2021 21:56:04 -0500
Greg Wooledge  wrote:

> On Mon, Dec 06, 2021 at 06:34:14PM -0800, Gene Heskett wrote:
> > Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?
> 
> Are you asking us how you could find out?  'Cause you can't seriously
> expect us to know what file system is on your device.
> 
> One way to find out would be to mount it, by any means necessary, and
> then run "mount" and see what file system type it reports.
> 
> Another way would be to use "file -s" on whatever block device your
> system assigns to it.  Plug the device in, wait a bit, run dmesg, and
> see what device name(s) you've got.  Then run file -s on whatever
> partition seems appropriate, if the device is partitioned, or else on
> the full device (/dev/sdx) if it's not partitioned.
> 

alternatively, when the device is plugged in, running

lsblk -o NAME,FSTYPE,LABEL,SIZE

will probably provide enough information to identify the card in question
without having to look through the dmesg output.

Best regards

Michael

.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

We have found all life forms in the galaxy are capable of superior
development.
-- Kirk, "The Gamesters of Triskelion", stardate 3211.7



Re: filesystem I'd?

2021-12-06 Thread David Wright
On Mon 06 Dec 2021 at 20:45:24 (-0800), Gene Heskett wrote:
> On Mon, 6 Dec, 2021 at 10:44 PM, David Wright wrote:
> > On Mon 06 Dec 2021 at 18:34:14 (-0800), Gene Heskett wrote:
> > > Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?
> 
> > When you buy it? — exFAT. No guarantees after that.
> 
> Then I recalled that writing an img or iso to it, replaces the file system.

Then I refer you to Greg's missive—you're on your own.

Cheers,
David.



Re: filesystem I'd?

2021-12-06 Thread Gene Heskett
On Mon, 6 Dec, 2021 at 10:44 PM, David Wright  wrote:
 

To: debian-user@lists.debian.org
On Mon 06 Dec 2021 at 18:34:14 (-0800), Gene Heskett wrote:
> Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?

When you buy it? — exFAT. No guarantees after that.



Then I recalled that writing an img or iso to it, replaces the file system. So 
dd wrote
the .img to the raw card, and it looks all normal now. I haven't boot tested it 
yet, 

cuz I have a method worked out to install an older realtime kernel, but I'll do 
that 

in the morning to one of the two, then boot test it. 



If it doesn't work, I'll test the second card. If that one works, I'll have to 
mount my 

development system and sweat some blood building a newer kernel for it. It took 
a week 

or more to get 4.19.71-rt24-v7l+ #1 SMP PREEMPT RT running well on raspian 
buster. But 

it has an easier job here than there, here its running linuxcnc to run an 80 yo 
metal lathe,


Where these card's are going back to they will be running a few tons of 
Cincinnati 4 

axis milling machine. Using linuxcnc of coarse. A machine big enough to start 
with 

a 600 lb block of good alu, and  give you a toyota V8 engine block ready for 
parts 

about 8 hours later. 



Cheers, David.

.

Re: filesystem I'd?

2021-12-06 Thread David Wright
On Mon 06 Dec 2021 at 18:34:14 (-0800), Gene Heskett wrote:
> Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?

When you buy it? — exFAT. No guarantees after that.

Cheers,
David.



Re: filesystem I'd?

2021-12-06 Thread Greg Wooledge
On Mon, Dec 06, 2021 at 06:34:14PM -0800, Gene Heskett wrote:
> Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?

Are you asking us how you could find out?  'Cause you can't seriously
expect us to know what file system is on your device.

One way to find out would be to mount it, by any means necessary, and
then run "mount" and see what file system type it reports.

Another way would be to use "file -s" on whatever block device your
system assigns to it.  Plug the device in, wait a bit, run dmesg, and
see what device name(s) you've got.  Then run file -s on whatever
partition seems appropriate, if the device is partitioned, or else on
the full device (/dev/sdx) if it's not partitioned.



filesystem I'd?

2021-12-06 Thread Gene Heskett
Whats the name of the filesystem used on 64G micro-sd's labeled SDXC ?


Thanks all.