Skip to main content

Questions tagged [filesystems]

A file system is the specification of how files in a computer should be stored, named and organized. This tag should be used for generic file system questions. For specific file system questions (FAT, NTFS, ext4, ...) use the appropriate tag instead.

0 votes
1 answer
10 views

Restrict a specific group to access a directory and drive

I have created a group "restricted" and added a user "user1" to this group , how can I restrict this group to access some specified directory and drive.
Anshuman Singh's user avatar
11 votes
1 answer
2k views

firefox returns odd results for file:/// or file:///tmp

Not long ago (a few months at most), Firefox on Ubuntu 22.04 was able to open files in /tmp, using a file:///tmp/xxx link. Now these links show the files as unavailable. When I try to use a file:/// ...
Jeff Learman's user avatar
0 votes
0 answers
22 views

Windows 10 limits my file name to LESS than the standard 256 [duplicate]

The entire filename in question is only 207 characters long. I just want to add a "1" to the front of it, and it will not allow me to type anything into it. I have tried the following: ...
mbrasseau's user avatar
4 votes
1 answer
2k views

`ls` command stuck when run as root

I have this folder containing only two files. If I use root and cd to that folder, ls would get stuck. However, ls runs correctly when I log in as a common user, or ls from parent folder like ls ...
leetom's user avatar
  • 175
-1 votes
1 answer
59 views

Cannot install windows alongside linux on NTFS partition - unrecognised type

I am attempting to install Windows 10 Pro from a usb onto a partition that I have formatted to ntfs using sudo mkfs.ntfs -Q /dev/sda3 When I run df -T, --print-type The output includes: /dev/sda3 ...
Psionman's user avatar
  • 153
1 vote
0 answers
72 views

Renaming file in a long-path in Windows 11 in GUI does not work, when programmatically it does

I have problems renaming a file in a long-path in the GUI on Windows 11 v23H2, while programmatically it can be renamed. How can I tell Windows to allow me do the renaming in the GUI? G:\ is a google-...
Xavi Montero's user avatar
0 votes
0 answers
27 views

Is LVM broken or xfs filesystem dead?

As we say all too often, never prod on a Friday ... But an admin on my team wanted to expand a lv, so he broke the whole system. I've managed to remount the disk and the group volume, and now I'm ...
Franck Huet's user avatar
1 vote
1 answer
77 views

Does the presence of a large `found.000` folder on a Windows machine would indicate a dying SSD?

I found a large folder named found.000, I know this is linked to data corruption and bad-sectors but what it means is unclear to me. Should I change my SSD? Are the bad sectors not used anymore? If I ...
Fractale's user avatar
  • 667
0 votes
0 answers
64 views

Degraded four-drive RAID 5 with missing superblock on single drive

I'll start with the question: Based on the following information, is there a mdadm command I can make in the readyNAS to reassemble all four drives in the raid 5 in a working state where I can pull ...
Denarius's user avatar
0 votes
1 answer
20 views

W10 command line prevent process launch failure due to "blocked" redirect files

I have a .vbs file which runs a .bat file which has the following line in it: python src\core\start.py 1> stdout.txt 2> stderr.txt ... annoyingly, after I shut down a previous run and ordered ...
mike rodent's user avatar
0 votes
1 answer
105 views

How do I update the UUID of an ExFAT partition?

How do I set the UUID of an ExFat partition? The linux tools I've tried (mlabel, gparted) only allow resetting the UUID to a different random one, not to a UUID I choose.
JanKanis's user avatar
  • 259
0 votes
0 answers
39 views

Files and folders on shared drive created on Linux are not visible in Windows (dual-boot)

I have a dual-boot with Linux (Manjaro) and Windows installed on two separate SSDs, plus I have a shared ex-fat HDD which contains documents and the like. Problem is, very often, when I'm on Linux and ...
diridev's user avatar
0 votes
0 answers
42 views

LastAccessTime from where does it catch its date

Im trying to make a script to delete users that havent logged in the past 3 months locally on my pcs,but here are my doubts/problems. My approach I started thinking to use the properties of C:\users (...
AALV8's user avatar
  • 1
0 votes
1 answer
176 views

Is there a quick way to reclaim space overallocated for files on ext4?

Samba 3 has somehow overallocated a lot of space on my NAS for hundreds of files. (Looks like that was caused by strict allocate = yes in smb.conf even though it's unclear to me why. Filesystem is ...
Konstantin Pelepelin's user avatar
0 votes
0 answers
54 views

Bcachefs: remove dead drive from an online filesystem

I'm playing around with bcachefs to see how it handles various scenarios. Currently, I'm doing a simple experiment where I'm writing random data to a file on an array with 3 HDDs set up with 2 data ...
Melon Chan's user avatar

15 30 50 per page
1
2 3 4 5
220