1

I have a dual boot setup on my PC, Windows and Ubuntu. I have 3 main partitions 100GB for Windows, 100GB for Ubuntu and ~800GB as a common storage partition. On Windows everything works fine, on Ubuntu though certain programs, namely my browser, are not able to access the partition throwing errors similar to "permission denied". Even from the command line I don't have execute permission. I followed this tutorial https://www.howtogeek.com/howto/35807/how-to-harmonize-your-dual-boot-setup-for-windows-and-ubuntu/

I modified /etc/fstab as shown in the tutorial, adding the line:

UUID=01D5B8E922E76B20 /media/storage/    ntfs-3g        auto,user,rw 0 0

Another problem I'm experiencing is, when trying to delete a file: ' "file.ext" can't be put in trash. Do you want to delete it immediately? '

3

1 Answer 1

1

Windows Fast Startup is a problem when using NTFS volumes in multi-boot, since it will set all volumes to read-only when Windows is shutdown.

I would suggest:

  • Boot with Windows
  • Run chkdsk to ensure that the disk is good
  • Run Power Options
  • Click Choose what the power buttons do
  • Click Change settings that are currently unavailable
  • Click "Turn on fast startup (recommended)" so that the check-mark disappears
  • Click Save changes
  • Shutdown Windows and try Linux again.
5
  • It doesn't show any fast startup option, I have a fresh install of Windows 10 Home
    – Fr3ddyDev
    Commented Dec 26, 2019 at 11:48
  • Strange, as this is the default.
    – harrymc
    Commented Dec 26, 2019 at 11:51
  • I looked up online and found this answers.microsoft.com/en-us/windows/forum/…
    – Fr3ddyDev
    Commented Dec 26, 2019 at 11:53
  • 1
    I didn't understand it wasn't showing at all - I thought you meant it was already off. You might in addition to the link you found, and if my answer doesn't solve the problem, try the command powercfg /hibernate off.
    – harrymc
    Commented Dec 26, 2019 at 11:57
  • Yes, the advanced options as "Change settings that are currently unavailable" are not so trivial to find in win 10 (can't believe Microsoft messed it up creating a parallel control panel). You may want to open manually the Control Panel and then use the search tool in the top right corner of the screen. Commented Dec 29, 2020 at 17:34

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .