<div dir="ltr">well, the sticks are san disk...<div>In any case someone said that to get long life out of them to format as ext4 and I was wondering how he did it. I was directing that question into the either not at you in particular.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 20, 2023 at 9:10 PM Eric Oyen via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">In my case, I didn’t format as EXT4.<div><br></div><div>Btw, this issue sounds unique to a specific brand of Chinese made USB sticks. There was one 64GB stick I had in inventory that would malfunction in this manner whenever I tried to format in anything other than a standard MBR/NTFS/FAT32 arrangement. I gave up on it and strictly use it on the windows laptop.. btw, I also discovered, much to my disappointment that some brands of SD card will not, under any circumstances, support a GPT based boot loader. Tried on windows last night with Diskpart and it barfed stating that the operation was not supported. Tried it on my OS X machine and it worked just fine. Haven’t tried it on the other linux laptop as yet.</div><div><br></div><div>-Eric</div><div>From the Central Offices of the Technomage Guild, Hardware Research and Development Dept.</div><div><br><div><br><blockquote type="cite"><div>On Jan 19, 2023, at 6:29 AM, Michael via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:</div><br><div><div dir="ltr">But it seems that when I formatted my devices to ext4 it made them read only. How did you format them? I think that because after I set partition type to msdos and format to ntfs the device acted as normal.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 19, 2023 at 7:21 AM Eric Oyen via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>GPT is definitely preferred for anything over 32GB as that will allow for greater filesystem size. I routinely set that flag on any device I have that requires access above the 32GB 32 bit limitation. Since that covered virtually all devices in my inventory now, it’s just prudent to set it this way. I also format EXFaT so that I can use said devices across the broadest possible OS platforms.<div><br></div><div>-Eric</div><div>From the Central Offices of the Technomage Guild, HDD refurbishment Dept.</div><div><br><div><br><blockquote type="cite"><div>On Jan 17, 2023, at 6:31 AM, Michael via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:</div><br><div><div dir="ltr">I was kinda oopy last night (I didn't google a solution to how to fix it ) but I just did and found out how to set the partition table. But which should I choose? I've heard gpt mentioned but am unsure. Could I hear some opinions from the learnED here?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 16, 2023 at 9:29 PM Michael <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">in my other thread I looked at a gparted report. Well it had something related to this thread. In the report it is mentioned that file system type is ext4 but that the partition table is msdos. Does that matter.How should it be fixed if it does?<div><p style="font-family:"Times New Roman";font-size:inherit">========================================</p><table style="border:0px;font-family:"Times New Roman";font-size:inherit"><tbody><tr><th style="text-align:left">Device:</th><td>/dev/sdb</td></tr><tr><th style="text-align:left">Model:</th><td>SanDisk Ultra</td></tr><tr><th style="text-align:left">Serial:</th><td></td></tr><tr><th style="text-align:left">Sector size:</th><td>512</td></tr><tr><th style="text-align:left">Total sectors:</th><td>240353280</td></tr><tr><td colspan="2"> </td></tr><tr><th style="text-align:left">Heads:</th><td>255</td></tr><tr><th style="text-align:left">Sectors/track:</th><td>2</td></tr><tr><th style="text-align:left">Cylinders:</th><td>471280</td></tr><tr><td colspan="2"> </td></tr><tr><th style="text-align:left">Partition table:</th><td>msdos</td></tr><tr><td colspan="2"> </td></tr></tbody></table><table style="border:0px;font-family:"Times New Roman";font-size:inherit"><tbody><tr><th style="text-align:left">Partition</th><th style="text-align:left">Type</th><th style="text-align:right">Start</th><th style="text-align:right">End</th><th style="text-align:left">Flags</th><th style="text-align:left">Partition Name</th><th style="text-align:left">File System</th><th style="text-align:left">Label</th><th style="text-align:left">Mount Point</th></tr><tr><td>/dev/sdb1</td><td>Primary</td><td style="text-align:right">2048</td><td style="text-align:right">240353279</td><td></td><td></td><td>ext4</td><td></td><td>/media/michael/5d19820a-dfe9-4a0f-8593-9339e9b4ecd2</td></tr></tbody></table><p style="font-family:"Times New Roman";font-size:inherit">========================================</p><table style="border:0px;font-family:"Times New Roman";font-size:inherit"><tbody><tr></tr></tbody></table><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 16, 2023 at 8:41 PM Michael <<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Okay, I spent the last thirty minutes copying all the files from the fat fomatted drive to a folder on the desktop. Then I formatted the drive to ext4. Now I can't drag the files back on to the USB drive. I suppose I could chmod -r 777 the drive but what is the right way to do it?<div><div>--<br></div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
---------------------------------------------------<br>PLUG-discuss mailing list: <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>To subscribe, unsubscribe, or to change your mail settings:<br><a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></div></blockquote></div><br></div></div>---------------------------------------------------<br>
PLUG-discuss mailing list: <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>
---------------------------------------------------<br>PLUG-discuss mailing list: <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>To subscribe, unsubscribe, or to change your mail settings:<br><a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></div></blockquote></div><br></div></div>---------------------------------------------------<br>
PLUG-discuss mailing list: <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>