Results 1 to 4 of 4

Thread: NTFS partition mount problem

  1. #1
    Join Date
    Nov 2012
    Beans
    9

    Question NTFS partition mount problem

    Hi, I want to mount one of my windows ntfs partitions on ubuntu 12.04, but I can't.

    Code:
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x1e1a1e19
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *          63   102398309    51199123+   7  HPFS/NTFS/exFAT
    /dev/sda2       102398310   976751999   437176845    f  W95 Ext'd (LBA)
    /dev/sda5       102398373   976751999   437176813+   7  HPFS/NTFS/exFAT
    Note: sector size is 2048 (not 512)
    Code:
    miroelo82@ubuntu:~$ sudo umount /media/sda5
    umount: /media/sda5: not mounted
    miroelo82@ubuntu:~$ sudo mount /media/sda5
    Mount is denied because the NTFS volume is already exclusively opened.
    The volume may be already mounted, or another software may use it which
    could be identified for example by the help of the 'fuser' command.
    Code:
    miroelo82@ubuntu:~$ df -th
    df: no file systems processed
    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    
    /dev/sda5    /media/sda5    ntfs-3g    defaults,nosuid,nodev,locale=en_GB.UTF-8    0    0
    #Entry for /dev/sda1 :
    UUID=9EDC7AFDDC7ACF51    /media/sda1    ntfs-3g    defaults,locale=en_GB.UTF-8    0    0
    UUID=D88C93338C930AE0    /media/sda5    ntfs-3g    defaults,locale=en_GB.UTF-8    0    0
    /host/ubuntu/disks/swap.disk    none    swap    sw    0    0
    Last edited by miro71; November 15th, 2012 at 11:53 AM.

  2. #2
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: NTFS partition mount problem

    Hi ,

    is that a Wubi installation ? (Ubuntu installed from within Windows)

    Thanks

  3. #3
    Join Date
    Nov 2012
    Beans
    9

    Re: NTFS partition mount problem

    yes

  4. #4
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: NTFS partition mount problem

    Hi ,
    read this please => https://wiki.ubuntu.com/WubiGuide#Ho...dows_drives.3F

    Windows partition is already mounted . Wubi uses a virtual disk and install Ubuntu , so Windows has to be mounted for Ubuntu to load.

    You can find you Windows partition under /hosts .

    Thanks

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
  •