Go to advanced search

by vertikall
Mon Jan 20, 2020 12:53 pm
Forum: Troubleshooting
Topic: [Pi4] file transfer problems from USB 3 HDD to USB 3 thumbdrive
Replies: 2
Views: 187

Re: [Pi4] file transfer problems from USB 3 HDD to USB 3 thumbdrive

vcgencmd get_throttled returns: throttled=0x50000 but this is the case before and after it crashes. so I guess this is a power supply issue? edit: so I did a test from a fresh reboot (naturally, the get_throttled command returns 0x0) and I tried copying again. after the file transfer hung, the get_t...
by vertikall
Sun Jan 19, 2020 3:31 pm
Forum: Troubleshooting
Topic: [Pi4] file transfer problems from USB 3 HDD to USB 3 thumbdrive
Replies: 2
Views: 187

[Pi4] file transfer problems from USB 3 HDD to USB 3 thumbdrive

Pi4 on raspbian Buster kernel 4.19 Trying to transfer files from an externally powered WD mybook to a thumbdrive. both plugged in the usb 3 ports. initially copies the files okay, but ssh & ftp connection crashes (hangs) after a while when transferring a large file (24GiB). I can reconnect via ssh, ...
by vertikall
Sun May 21, 2017 9:06 am
Forum: Troubleshooting
Topic: mount external HDD to mnt instead of media
Replies: 11
Views: 1743

Re: mount external HDD to mnt instead of media

Ernst wrote:If /mnt/HDD exists then this should work:

Code: Select all

UUID=2EA265F5A265C247  /mnt/HDD ntfs nofail,defaults 0 0
thanks this worked, also made my root delay to 15 - seems like my external drive is a little bit slow on the get-go.
by vertikall
Sun May 21, 2017 5:24 am
Forum: Troubleshooting
Topic: mount external HDD to mnt instead of media
Replies: 11
Views: 1743

Re: mount external HDD to mnt instead of media

I tried fstab with the nofail parameter and adding rootdelay=10 to /boot/cmdline.txt since the Pi seems to boot faster than it could recognize the drive. the fstab line I added: UUID=<2EA265F5A265C247> /media/HDD ntfs nofail,rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0 will try to make ...
by vertikall
Sat May 20, 2017 8:21 am
Forum: Troubleshooting
Topic: mount external HDD to mnt instead of media
Replies: 11
Views: 1743

mount external HDD to mnt instead of media

hi,

As the title says I want to mount my external NTFS drive to mnt instead of being automatically mounted to media at boot.
I'm currently having to run

Code: Select all

sudo umount /dev/sda1
sudo mount /dev/sda1 /mnt/HDD
every time I reboot and it's kind of becoming a pain to do this every time.

Go to advanced search