#Chkdsk sfcscan now for linux?
37 messages · Page 1 of 1 (latest)
I am trying to open Mighty final fight forever which is a project that is open to use so it shouldnt be read only I also can not drag into newly created folders
send the output of
mount | grep " / "
yes its fsck
but u cant run it on a mounted partition, u have to run it in live boot
so do u have a bootable usb of linux mint?
yeah its on cinnamon zara
Will see what mount grep says im headed to bed for night though
is the format of the file system ntfs? let's see with lsblk -f in a terminal (+enter)
if it's NTFS, the only truly effective way is to use Hirens as shown here in vid 1:
https://youtu.be/IsEKxJrmmy0?t=813 (13:33) HIRENS BOOT CD PE usage for NTFS drive check and repair. (Tommy Thompson)
https://youtu.be/KcFANbzgyoo?t=365 (6:05) Hirens PE features (CyberCPU Tech)
if it's ext4, or btrfs, then either fsck or filecheck
any data drives u formatted in linux filesystem, u must take ownership of, or give everyone r/w access. do not mess with ownership AT ALL on the system drive
Uh i think ntfs yeah it comes up as sda in lsblk
read the FSTYPE column in lsblk -f
sda just tells you something either about sata port number or mount order or ...
@nocturne mason
@unreal blaze
Ext4 if i read that right
@twin maple
john@John-linux:~$ mount | grep " / "
/dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro)
john@John-linux:~$ mount | grep "/"
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=8086124k,nr_inodes=2021531,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1626132k,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda3 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10515)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1626128k,nr_inodes=406532,mode=700,uid=1000,gid=1000,inode64)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
john@John-linux:~$
sda3 is your linux OS
which thing has the issue with the files?
sda1 the btrfs partition?
Home/downloads/ which i would say is sda3?
mhm
yeah it's what you've labelled as spare
go to a file in Downloads
in the file manager
right click it, , do properties: permissions tab
what do you discover?
Folder Access: Create and delete files
File Access —-
Group:
Folder Access: Create and delete files
File Access —-
Folder Access: Create and delete files
File Access —-
does the owner = your user?