Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5031

Beginners • Re: 256G SSD - creating image on 32G USB

$
0
0
What do you mean? It works very well for me. I had much more struggles to mount NTFS disk in USB enclosure that I was sharing with Windows to my old Mac. Here is my mount command:

Code:

mount -t ntfs-3g -o rw,auto,user,fmask=133,dmask=022,uid=1000,gid=1000,noatime UUID=04B06F0A0068FEB3 /media/seagate-5tb
On bookworm you could try changing that ntfs-3g to ntfs3. That will use the newer ntfs3 kernel driver instead of the old ntfs-3g userspace driver. You should see an improvement in performance.

Statistics: Posted by rpdom — Sat Jul 20, 2024 7:04 am



Viewing all articles
Browse latest Browse all 5031

Trending Articles