Score:0

I tried to mount Windows partion "/dev/sda1 by terminal but But it mounted directly on the /media

cm flag

how to fix this and How to mount /dev/sda1 in /media with specific enter image description here

Score:1
jp flag
  • unmount

    sudo umount /dev/sda1
    
  • create mountpoint, select a name that is easy to remember (only once)

    sudo mkdir /media/sda1
    
  • mount

    sudo mount /dev/sda1 /media/sda1
    

You may want to modify the permissions and ownership. This problem is typical for partitions with a Microsoft file system, NTFS, FAT32 and exFAT. The ownership and permissions are set when mounting and cannot be modified without unmounting and mounting again, this time with new settings.

See this link with more details,

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.