The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Debian: How do I mount one of my volumes

    Discussion in 'Linux Compatibility and Software' started by graycolor, May 9, 2009.

  1. graycolor

    graycolor Notebook Evangelist

    Reputations:
    30
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
    How do I acess my vista partition in debian? I keep getting an error message cannot mount volume. :confused:
     
  2. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    It's a permission problem....easy to correct....a gui program to set your fstab is ntfs-config.....see if it's in the repo, install it...., then launch it with:

    sudo ntfs-config

    and tell it what you want to automount at boot including external drives.

    Otherwise, you can manually edit your /etc/fstab or list the file contents here and we can tell you what to change.
     
  3. graycolor

    graycolor Notebook Evangelist

    Reputations:
    30
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
    Thanks Zoid, Linux is awesome.