Questions tagged [ntfs]

For questions pertaining to the NTFS (file system)

NTFS is a file system developed by Microsoft and is now in common use on other non-Microsoft platforms.

21 questions
3
votes
2 answers

Mounted usb drive with NTFS eats memory and cpu

I use my raspberry (raspian) as a backup machine. For syncing files to the sd card I use offlineimap, vdirsyncer and others (-> a lot of files are written). The backup itself is done by rsnapshot. The backup target is a 64 gb usb flash drive. Since…
amw
  • 173
  • 7
2
votes
1 answer

Auto-mounting NTFS with usbmount gives error "Transport endpoint is not connected"

I have tried to configure usbmount to automatically mount ntfs (and other file systems, like vfat and hfsplus which all work as expected) devices. Here is my /etc/usbmount/usbmount.conf file: # Configuration file for the usbmount package, which…
dislick
  • 123
  • 1
  • 6
2
votes
1 answer

chmod not working on USB drive on Raspberry PI

I'm trying to share WD 2TB USB drive connected to a new Raspberry PI. Running on Raspbian Jessie version 4.1, USB drive mounts automatically. This isn't a problem, but it's not accessible from my Windows 7 computer. ntfs-3 is already installed and…
Tomek
  • 21
  • 2
2
votes
1 answer

Mounting USB-HDD with NTFS filesystem on Raspbian boot

I use Raspberry pi3+ as a small NAS (with Samba). I have to use a couple of HDDs in usb-sata cases with NTFS file system. Raspbian mounts them automatically on boot in /media/pi directory. I don't like this behavior: I'd like every particular drive…
Ivan
  • 43
  • 5
2
votes
2 answers

is the Raspbian NTFS implementation journaled?

I read somewhere that Raspbian NTFS implementation is not journaled, but I didn't find confirmation that it is true. If it is true there is a way to have it journaled? I'm using it on a USB stick for Windows compatibility on my Pi Zero. If it is not…
Miky
  • 155
  • 1
  • 5
  • 14
1
vote
0 answers

Mounted HDD formatted NTFS to Pi 3b, having some quirks

I am running a RetroPie image that downloads ROM sets directly to my Pi. As you can guess I ran out of space on my SD card. I decided to purchase a desktop hdd, seagate 3 TB with external power supply. I was trying to get the image to download…
iansghost
  • 11
  • 1
1
vote
1 answer

Raspberry Pi Auto Mounting to the Wrong Location

I rebooted my Raspberry Pi and discovered it has auto mounted the external hard drive under /media/pi/driveLabel! I had originally created a mount point at ~/USBHDD/ before the reboot. How can I unmount from /media/pi and auto mount on ~/USBHDD/…
Ciasto piekarz
  • 355
  • 2
  • 12
  • 28
1
vote
1 answer

Does the 2022-04-04 Raspberry PI OS update contain the new Paragon NTFS support

The release notes show Linux kernel 5.15.30 which is supposed to contain the new Paragon NTFS module, but after updating I see no performance improvement over the old NTFS-3g support. Perhaps there's additional configuration steps I need to follow?
RKO
  • 51
  • 5
1
vote
2 answers

How do I go about auto-mounting my NTFS hard drive at boot?

There are questions similar to this one, but I am not an expert Unix user so I really don't wanna try and break /etc/fstab while doing this. Here's what blkid tells me about my hard drive: /dev/sda1: LABEL="X" UUID="9C4A70404A7018EA" TYPE="ntfs"…
zeval
  • 35
  • 4
0
votes
1 answer

"Transport endpoint is not connected" after a few seconds?

I set up a RPi as a SMB server with the official Raspbian jessie image (not lite). I installed samba and ntfs-3g for this purpose. The problem is whenever I start or reboot the RPi, after a few seconds all operations give the error "Transport…
iBug
  • 315
  • 2
  • 14
0
votes
1 answer

Permission denied when tyring to use Transmission to download files to a mounted NTFS drive

I am running a Raspberry pi 2 with Ubuntu 16.04.2 as a server. I want to run transmission-daemon and download files to an external HDD formatted with NTFS. When I try to download anything to the mounted drive it downloads about 5 MBs and then says…
Tamás Tegzes
  • 11
  • 1
  • 4
0
votes
2 answers

NTFS USB device seen, but not the partitions

I have a Toshiba 1TB USB external drive attached to a Raspberry Pi running: VERSION="7 (wheezy)" The USB device is seen. It is creating a /dev/sda. However, I can't mount the partition as the partitions don't appear to be seen? The drive works…
BurningKrome
  • 105
  • 6
0
votes
2 answers

Raspberry Pi 2 not finding External HD

My Raspberry Pi 2 will not pick up my NTFS external hard drive. In dmesg I see the message USB Disconnect. I have NTFS-3g installed. /dev/sda1 does not exist.
Eric
  • 163
  • 1
  • 8
0
votes
1 answer

Use same SSD as Pi boot image and Windows/Pi file store

I’ve scoured the web and this forum for an answer to my question and came up empty. So apologies if this is answered elsewhere. I have a 1GB m.2 SATA SSD that I would like to BOTH use as my Pi boot drive as well as the file storage for my media…
0
votes
1 answer

Slow NTFS write speeds, on external USB drive?

I have my 4GB Pi4 set up with automount and have an NTFS formatted USB3 hard drive, connected via the USB 3 port. Looking at the driver via the mount command: /dev/sda1 on /media/Seagate_sda1 type fuseblk…
Andre M
  • 129
  • 2
  • 9
1
2