Results 1 to 4 of 4

Thread: Where are windows partitions mounted from BY DEFAULT

  1. #1
    Join Date
    Jan 2014
    Beans
    1

    Where are windows partitions mounted from BY DEFAULT

    Hola,

    I'm trying to figure out where my windows partitions are getting mounted from by default? (in /media/<user>/)
    I'd like to change some settings (owner override, etc), but I can't seem to find where they are getting mounted during boot. Not in /etc/fstab.
    If I can't specify settings for it fstab style, how do I avoid mounting it so that I can mount it in fstab?

    Oh, and it's ubuntu saucy.

    Thanks!

  2. #2
    Join Date
    Feb 2014
    Beans
    6

    Smile Re: Where are windows partitions mounted from BY DEFAULT

    Hi there, welcome to the forums!

    You can find what is currently mounted to the file system by running;
    Code:
    mount
    You can check where your windows ntfs partitions are mounted by running;
    Code:
    mount | grep -i ntfs
    The pipe "|" grep part simply takes the output of the mount command and searches for the string ntfs while ignoring upper or lower case.
    If you don't see an ntfs partition mounted in the output then it's simply not mounted. We'll get that part sorted but first do you mind checking if you can find it with those commands?

    Cheers

  3. #3
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Where are windows partitions mounted from BY DEFAULT

    outsider-dave; Hi ! My welcome to the forum .

    See vitz_3's last.

    As well, it is udev that rules;
    see:
    Code:
    man udev
    Then if there is an entry in the /etc/fstab file, "fstab" takes precedence.

    hope this helps
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  4. #4
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Where are windows partitions mounted from BY DEFAULT

    If you're running Windows 8, they are NOT mounted -- and will NOT be -- as long as Fast Startup is enabled in Win8 (which it is by default). That is a new form of Windows hibernation that keeps the partitions mounted even when you're not in Windows.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •