deleted by creator
deleted by creator
deleted by creator
Using \040
instead of single or double quotes resolved my issue.
Now Debian automounts the hdd.
But you have a space in there. I don’t know how spaces are handled in fstab. You’ll either need to quote it or at least escape the space
Instead of using spaces or quotes (single or double), I used \040
(as @shortdorkyasian) said and that made all the difference:
UUID=D4C0A66EC0A65710 /media/lucky/New\040Volume/ ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
There were no asterisks in the fstab file, I just placed them here to emphasize the name of the hdd.
Btw I got Debian to automount the hdd (thanks to @shortdorkyasian) by adding this entry to the fstab file:
UUID=D4C0A66EC0A65710 /media/lucky/New\040Volume/ ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
Using \040 instead of a space or quotes (single or double) made it work.
This worked.
I edited the fstab file:
UUID=D4C0A66EC0A65710 /media/lucky/New\040Volume/ ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
My hdd is now automatically mounted by Debian.
Thank you!
That REALLY doesn’t seem like a good idea considering that *'s are wildcards for anything, and Linux isn’t really fond of spaces.
There are no asterisks in the fstab file. I put them here to emphasize the name of the hdd (I edited my original post to remove them to avoid confusing people).
Also do you have a lib or something for linux to handle NTFS file system types?
I’m using the ntfs-3g driver.
Btw this is what the entry on fstab looks like now but I’m still getting the parsing error:
UUID=D4C0A66EC0A65710 "/media/lucky/New Volume" ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
The asterisks are not in fstab file. I just added them here to emphasize the name of the hdd.
Yup, that’s the name.
I changed the entry on fstab to this (tried it with both single quotes and double quotes) and I’m stilling getting the parse error:
UUID=D4C0A66EC0A65710 "/media/lucky/New Volume" ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0
Btw I’m using the ntfs-3g driver, if that helps.
Which ones in specefic?
These files are anywhere between 600 MB to 1.5 GB in size and thet are stored locally on my PC.
Fixed the issue by going tothis link (posted by @Tzeentch), https://bugzilla.mozilla.org/show_bug.cgi?id=1621915, and implementing the solution mentioned by user, Pablo:
I’m having the same issue on other sites as well (not all but some). Does this have something to do with Frefox and MS fonts?
The font issue is affecting other websites I go to as well.
I installed the mscorefonts (sudo apt install ttf-mscorefonts-installer) but still having this issue.
They are a proof of concept (so if I can get Important Folder A, Important Folder B, and Important Folder C to show up on Windows, then I can get the real folders to show up as well).
I renamed them A, B, and C.
No, I was relatively new to Ubuntu when I started using it so I didn’t have the wisdom to choose the LTS version.