Questions tagged [ntfs]
NTFS (New Technology File System) is the standard file system of Windows. Use this tag in questions about using NTFS partitions and tools on your system.
454 questions
9
votes
2
answers
2k
views
Which Linux file system should I use for compatibility with Windows programs?
I'm new to Linux, yet am now committing to Linux, probably formatting HDDs to run the ext4 file-system, for (almost) all work. I need to keep one Windows machine running an NTFS file-system for a few ...
12
votes
1
answer
881
views
Why does mkfs.ntfs count one Byte less?
Apparently, ntfs.mkfs counts one byte less when checking if the block device is large enough; or I have made some kind of mistake.
After creating a partition of 2048 512-byte sectors (exactly 1MiB ...
1
vote
1
answer
125
views
Failed to mount partition
This is my fstab file:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name ...
1
vote
1
answer
80
views
Cannot shrink *unmounted* External drive ntfs partition
I'm relatively new to linux mint(4-5 months in [loving it!]) and I have a 2TB USB 3.0 HDD connected (WD Drive in the photo)
I'm trying to shrink the main NTFS Partition on said drive, and it says max ...
0
votes
1
answer
116
views
Can you explain why mount -o ro,noload sometimes modifies the filesystem?
This reddit post explains that using mount -o ro over NTFS changes the atime of files.
They say something like that the kernel is not obliged to honour the ro flag, and to achieve reliable readonly ...
7
votes
1
answer
504
views
Recovering data from incomplete ddrescue iso
I've got a 2.5 inch 5200RPM 320G HDD to recover data from. As I've been told, a child has stepped on the laptop and broke it. They gave me the laptop and motherboard seems to be completely fine. There'...
3
votes
3
answers
937
views
How to determine, with certainty, the filesystem type of a partition from the outputs of the Linux "file -s" command?
My problem is to decode the output of the command file -s /dev/sdX on my system (where /dev/sdX is the device file associated to a USB key).
Below I'll show the output of the command file -s /dev/sdX ...
0
votes
0
answers
54
views
ubuntu system freeze while diff reading, SysRq REISUB not working
I've experienced total system freeze while checking if files where copied correctly by
diff -rq [INTERNAL HDD] [USB HDD]
This happened twice, always while running the diff. On the second occasion I ...
0
votes
0
answers
89
views
tar extracted file with bad output
I tarred one file with:
tar cf My-tarball.tar path/to/file.txt
Then compressed it:
gzip My-tarball.tar
But when i decompress it and extract it
gunzip My-tarball.tar.gz
tar -xf My-tarball.tar
the ...
0
votes
0
answers
241
views
How to mount NTFS3 drives/partitions which I have full access to?
I have two operating systems on my computer: one Arch Linux and one Windows.
I use NTFS3 and Kernel 6.10.
Operating System: Arch Linux
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt ...
-2
votes
1
answer
383
views
Trying to mount a drive, but Mint can't find it?
I'm trying to mount the NTFS partition as described here https://linuxconfig.org/how-to-mount-partition-with-ntfs-file-system-and-read-write-access
The system is installed on sda5 and mounting sda1 is ...
0
votes
1
answer
73
views
Unreadable file as root on NTFS HD
I have an NTFS partition on an HD. This partition contains 6 files which I can't read in any way. I have tried reading them as root, doing chmod, chown and mount -o rw,remount ... nothing worked.
# ls ...
0
votes
0
answers
490
views
Create Accessible Partition by Windows and Linux
I plan to dual boot windows and kde neon on my laptop. Since I will be doing cross-platform development I would like my code to be accessible by both linux and windows, therefore, I want to create a ...
3
votes
2
answers
1k
views
How risky is it writing a mounted bitlocker decrypted windows ntfs partition
I setup up a multi os system with Windows11 and Linux.
I found out, that it's possible to mount bitlocker encrypted ntfs windows partition (/dev/sda3 as root) from linux:
cryptsetup bitlkDump /dev/...
0
votes
1
answer
160
views
I deleted my backup.tar.gz instead of extracting it, can I restore it?
I created a backup with
# tar -cvpzf /run/media/user/XYZ/backup.tar.gz --exclude=/run/media/user/root/mnt /run/media/user/root/
now I need the backup and when I tried to extract the tar.gz archive I ...
1
vote
2
answers
466
views
Permissions and groups in fstab ignored
I need to read and write to an usb ntfs pendrive through www-data group (that has uid 33) so I have added
UUID=34A0456D004536A0 /home/mypath ntfs-3g rw,defaults,uid=1000,gid=33,dmode=770,fmode=660,...
-1
votes
2
answers
2k
views
Ubuntu only allows FAT32 and not NTFS
I currently find myself in a desperate situation. I'm trying to boot from the pendrive on my computer installed with Ubuntu 22.10, it is not recognizing my pendrive formatted with the NTFS file system,...
0
votes
1
answer
162
views
how to copy symlinks without dereferening them from an external hard drive (NTFS)?
I am moving my files from one computer to another via an external hard drive formatted with NTFS. I have a folder called "library" with many PDFs. This folder contains quite a few symlinks ...
4
votes
1
answer
2k
views
What's the difference between ntfs-3g and lowntfs-3g?
I've been having some performance issues with games on my NTFS drive. I share a steam library between Linux and Windows, which resides on a PCIe4 NVME, NTFS formatted. Running e.g Baldur's Gate 3 of ...
0
votes
1
answer
164
views
I was extending an ntfs partition in gparted and right in the middle of the process, power went out
I was extending an ntfs partition in gparted and right in the middle of the process, power went out.
Now my files can't be opened though I can still see they exist in the partition. I went to see if ...
3
votes
1
answer
9k
views
Why is NTFS has a dirty mark and why can't NTFS3 mount dirty NTFS partitions?
https://wiki.archlinux.org/title/NTFS#Unable_to_mount_with_ntfs3_with_partition_marked_dirty
When a NTFS partition is marked dirty, NTFS3 cannot mount this on linux
But NTFS-3G (and also Windows) can
...
3
votes
1
answer
98
views
Linux removable drive stuck problem when reading large number of files
I have several USB removable drives that I have connected to my single-board computer to use as a NAS. The operating system I am using is Armbian, which is a Debian-like system.
Ok, this is the ...
1
vote
1
answer
165
views
Recovering data from NTFS after SSD ran out of spare blocks
I had the main SSD for a computer run out of spare blocks and thus refuse any/all write operations by Windows. This led to all the problems you'd expect, and a lot of frustration.
I've since replaced ...
2
votes
0
answers
2k
views
Hard Drive not showing
I've got an external hard drive, formatted as NTFS and showing fine on a Windows PC. When I plug it into my Arch Linux laptop, it doesn't show with fdisk or lsblk. If running dmesg, I've got this :
[...
2
votes
1
answer
6k
views
How to optimize NTFS performance on Linux?
I am running Ubuntu 22.04.2 on a laptop with the following specifications:
SSD: HP S700 SSD
CPU: Intel Core i7 7700HQ
RAM: 16GB
Kernel: 5.19.0-32-generic
All system packages are updated to the latest ...