Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Oct 02, 2023, 02:14 AM

Title: NTFS read-only file system
Post by: mahesh on Oct 02, 2023, 02:14 AM
SOLVED
solution used
    Code:
# add support for MS Win NTFS if not already installed
sudo apt install ntfs-3g -y
# sudo ntfsfix /dev/your_drive to clear 'read only file system'
# due to dirty bit being set
# (or just run Windows chkdsk)

I have a 'spare' 1TB HDD in my laptop. Lubuntu and Windows are installed dual-boot on a seperate SSD in the same laptop.

I decided to format the 1TB (conventional / spinning) HDD as NTFS & put my Firefox profile folder on it, so I can run Firefox in both Lubuntu & Windows from the same profile.

This has worked fine for me previously, using an external USB HDD and FAT32.

This time, Firefox won't start, sometimes "Firefox is already running, please close the old process" or somesuch (even though it isn't), sometimes, "Your profile folder is missing or unavailable" (even though it isn't missing)

I did try accessing the profile folder through PCManFM-Qt File Manager but received a message "Read-only file system" when trying to test it by creating a blank file:

     Code:
Error opening file "/media/me/CrossPlatform/FIREFOX/New text file": Read-only file system
Permissions of my profile folder (after formatting drive as NTFS & copying profile folder to it using Windows, from a FAT32 drive:

Owner: me (my user name)
Group: me (my user name)
Owner / Group / Other Access: All set to "View and modify folder content"

Not sure what to do next, don't want to start randomly messing about with permission settings, I find if one starts doing that rashly without knowing what one's doing it usually leads to tears.