LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 05-26-2016, 07:15 AM   #1
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Rep: Reputation: Disabled
Unhappy unable to mount ntfs partitions


Hello everyone,
I am running linux mint rosa in dual boot with windows 10. I am having this problem from a couple of days, i'am unable to browse the partitions of my hard disk from linux mint while there is no problem with windows. I have properly shutdown the windows and also turned off the fast boot option in windows.
please help me out!
http://s33.postimg.org/ajr5gcfn3/screenshot.jpg
 
Old 05-26-2016, 10:30 AM   #2
Mitt Green
Member
 
Registered: May 2014
Location: Europe
Posts: 199

Rep: Reputation: 116Reputation: 116
Well then, what's inside /media/drkarthik/(long number)? Looks like it's already mounted at that directory. If not, post the output of /etc/fstab.
 
Old 05-27-2016, 12:02 AM   #3
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
hello,
sorry for the late reply.
this is the output

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda12 during installation
UUID=d12bd77d-7b28-43a4-a63e-da522fdffbf9 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=4F76-0FFE /boot/efi vfat defaults 0 1
# swap was on /dev/sda11 during installation
UUID=bd661150-c41e-4c35-b36f-3e7e641e480a none swap sw 0 0
 
Old 05-27-2016, 12:33 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the OLD and ancient "ntfs" is read only

the current is "ntfs-3g"

Code:
mkdir /mnt/windows
mount -t ntfs-3g /dev/sda8 /mnt/windows
 
Old 05-27-2016, 12:52 AM   #5
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
hello john vv,
so i should mount using these commands for every partition?
is once enough or should i be doing it everytime i start linux mint?
thanks!
 
Old 05-27-2016, 06:20 AM   #6
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
Unhappy

hello again john vv,
i tried the solution posted by you and sad to say it did not work out.
here is the result....

linuxmint drkarthik # mkdir /mnt/windows
linuxmint drkarthik # mount -t ntfs-3g /dev/sda7 /mnt/windows
mount: according to mtab, /dev/sda7 is already mounted on /mnt/windows

linuxmint drkarthik # mount -t ntfs-3g /dev/sda8 /mnt/windows
mount: according to mtab, /dev/sda8 is already mounted on /mnt/windows
 
Old 05-27-2016, 06:37 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by drkarthik View Post
hello again john vv,
i tried the solution posted by you and sad to say it did not work out.
here is the result....

linuxmint drkarthik # mkdir /mnt/windows
linuxmint drkarthik # mount -t ntfs-3g /dev/sda7 /mnt/windows
mount: according to mtab, /dev/sda7 is already mounted on /mnt/windows

linuxmint drkarthik # mount -t ntfs-3g /dev/sda8 /mnt/windows
mount: according to mtab, /dev/sda8 is already mounted on /mnt/windows
You need to unmount filesystems first using umount if they're already mounted and you want to remount them.

Let's start from the beginning though. Can you reboot your system and, before anything else, run blkid and mount and then paste the output of both commands here so we can see which devices your system (i) can see; (ii) has auto mounted the filesystem of.
 
Old 05-27-2016, 06:49 AM   #8
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
hello hydrurga,
the output is as follows

linuxmint drkarthik # blkid
/dev/sda1: LABEL="EFI" UUID="4F76-0FFE" TYPE="vfat" PARTLABEL="EF" PARTUUID="974e6739-683d-4914-bd2d-3c32904f76d0"
/dev/sda2: LABEL="DIAGS" UUID="7A47-C2D6" TYPE="vfat" PARTLABEL="Ba" PARTUUID="8c860e24-df17-47b0-b415-519887b22f57"
/dev/sda3: PARTLABEL="Mi" PARTUUID="0efe6e9b-92fb-4ccd-9297-d8a61d4d29bd"
/dev/sda4: LABEL="WINRETOOLS" UUID="24AE4999AE496500" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="f17719a8-5e3f-4232-b3a1-0cf378693a74"
/dev/sda5: LABEL="Local Disk" UUID="369A4E8B9A4E4817" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="9abcf9fc-dbed-491c-bfd6-88e3d5f87e30"
/dev/sda6: UUID="82FA066EFA065F33" TYPE="ntfs" PARTUUID="8091d8f1-35b0-4788-926e-10ca4379fdb6"
/dev/sda7: UUID="0EB3185C0EB3185C" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="02daeca1-ab73-11e3-8254-806e6f6e6963"
/dev/sda8: UUID="56E228CFE228B561" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="02daecad-ab73-11e3-8254-806e6f6e6963"
/dev/sda9: UUID="bd661150-c41e-4c35-b36f-3e7e641e480a" TYPE="swap" PARTUUID="766910f2-716e-4d3c-9b5a-5dc9502ddbd2"
/dev/sda10: UUID="d12bd77d-7b28-43a4-a63e-da522fdffbf9" TYPE="ext4" PARTUUID="615c518c-c48c-4fa0-b584-60749094d792"
/dev/sda11: UUID="0EB51A000EB51A00" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="02daecae-ab73-11e3-8254-806e6f6e6963"
/dev/sda12: UUID="4b783ae6-a246-3686-9084-a340ceaf7c21" LABEL="Recovery HD" TYPE="hfsplus" PARTLABEL="Recovery HD" PARTUUID="8e17630f-3162-40fc-8821-2e06d5f244e3"


linuxmint drkarthik # mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=2978772k,nr_inodes=744693,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=598968k,mode=755)
/dev/sda10 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
none on /sys/fs/cgroup type tmpfs (rw,relatime,size=4k,mode=755)
none on /sys/fs/fuse/connections type fusectl (rw,relatime)
none on /sys/kernel/debug type debugfs (rw,relatime)
none on /sys/kernel/security type securityfs (rw,relatime)
none on /sys/firmware/efi/efivars type efivarfs (rw,relatime)
none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
none on /run/shm type tmpfs (rw,nosuid,nodev,relatime)
none on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755)
none on /sys/fs/pstore type pstore (rw,relatime)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

thanks!
 
Old 05-27-2016, 06:51 AM   #9
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
You need to unmount filesystems first using umount if they're already mounted and you want to remount them.

Let's start from the beginning though. Can you reboot your system and, before anything else, run blkid and mount and then paste the output of both commands here so we can see which devices your system (i) can see; (ii) has auto mounted the filesystem of.
hello hydrurga,
the output is as follows

linuxmint drkarthik # blkid
/dev/sda1: LABEL="EFI" UUID="4F76-0FFE" TYPE="vfat" PARTLABEL="EF" PARTUUID="974e6739-683d-4914-bd2d-3c32904f76d0"
/dev/sda2: LABEL="DIAGS" UUID="7A47-C2D6" TYPE="vfat" PARTLABEL="Ba" PARTUUID="8c860e24-df17-47b0-b415-519887b22f57"
/dev/sda3: PARTLABEL="Mi" PARTUUID="0efe6e9b-92fb-4ccd-9297-d8a61d4d29bd"
/dev/sda4: LABEL="WINRETOOLS" UUID="24AE4999AE496500" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="f17719a8-5e3f-4232-b3a1-0cf378693a74"
/dev/sda5: LABEL="Local Disk" UUID="369A4E8B9A4E4817" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="9abcf9fc-dbed-491c-bfd6-88e3d5f87e30"
/dev/sda6: UUID="82FA066EFA065F33" TYPE="ntfs" PARTUUID="8091d8f1-35b0-4788-926e-10ca4379fdb6"
/dev/sda7: UUID="0EB3185C0EB3185C" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="02daeca1-ab73-11e3-8254-806e6f6e6963"
/dev/sda8: UUID="56E228CFE228B561" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="02daecad-ab73-11e3-8254-806e6f6e6963"
/dev/sda9: UUID="bd661150-c41e-4c35-b36f-3e7e641e480a" TYPE="swap" PARTUUID="766910f2-716e-4d3c-9b5a-5dc9502ddbd2"
/dev/sda10: UUID="d12bd77d-7b28-43a4-a63e-da522fdffbf9" TYPE="ext4" PARTUUID="615c518c-c48c-4fa0-b584-60749094d792"
/dev/sda11: UUID="0EB51A000EB51A00" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="02daecae-ab73-11e3-8254-806e6f6e6963"
/dev/sda12: UUID="4b783ae6-a246-3686-9084-a340ceaf7c21" LABEL="Recovery HD" TYPE="hfsplus" PARTLABEL="Recovery HD" PARTUUID="8e17630f-3162-40fc-8821-2e06d5f244e3"


linuxmint drkarthik # mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=2978772k,nr_inodes=744693,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=598968k,mode=755)
/dev/sda10 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
none on /sys/fs/cgroup type tmpfs (rw,relatime,size=4k,mode=755)
none on /sys/fs/fuse/connections type fusectl (rw,relatime)
none on /sys/kernel/debug type debugfs (rw,relatime)
none on /sys/kernel/security type securityfs (rw,relatime)
none on /sys/firmware/efi/efivars type efivarfs (rw,relatime)
none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
none on /run/shm type tmpfs (rw,nosuid,nodev,relatime)
none on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755)
none on /sys/fs/pstore type pstore (rw,relatime)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

thanks!
 
Old 05-27-2016, 07:12 AM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. What a large number of NTFS devices you have on that disk - what is that all about?

Anyway, let's assume that /dev/sda5 is your C: partition (you can run lsblk and have a look at the device sizes to determine which one is the correct device).

Execute the following command lines:

Code:
sudo mkdir /media/windows
Code:
sudo mount /dev/sda5 -t ntfs -o rw,auto,users,exec,nls=utf8,umask=003,gid=1000,uid=1000 /media/windows
Then navigate to /media/windows and tell us how you get on.
 
Old 05-27-2016, 07:26 AM   #11
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Thanks. What a large number of NTFS devices you have on that disk - what is that all about?

Anyway, let's assume that /dev/sda5 is your C: partition (you can run lsblk and have a look at the device sizes to determine which one is the correct device).

Execute the following command lines:

Code:
sudo mkdir /media/windows
Code:
sudo mount /dev/sda5 -t ntfs -o rw,auto,users,exec,nls=utf8,umask=003,gid=1000,uid=1000 /media/windows
Then navigate to /media/windows and tell us how you get on.

hello again,
did as you advised.
here is the output
linuxmint drkarthik # sudo mkdir /media/windows
linuxmint drkarthik # sudo mount /dev/sda5 -t ntfs -o rw,auto,users,exec,nls=utf8,umask=003,gid=1000,uid=1000 /media/windows
mount: according to mtab, /dev/sda5 is already mounted on /media/windows


and the /media/windows folder is empty.m with

about the hard disk partitions,
it is a 1 tb internal laptop hard disk.
came with windows and i only made 4 partitions and made it into a dualboot system with linux mint.
and i also tried to install os x once and failed, that is why there is a hfs partition.
thanks!!
 
Old 05-27-2016, 07:38 AM   #12
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
linuxmint drkarthik # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 500M 0 part /boot/efi
├─sda2 8:2 0 40M 0 part
├─sda3 8:3 0 128M 0 part
├─sda4 8:4 0 490M 0 part
├─sda5 8:5 0 170.5G 0 part
├─sda6 8:6 0 449M 0 part
├─sda7 8:7 0 251G 0 part
├─sda8 8:8 0 170.3G 0 part
├─sda9 8:9 0 7.6G 0 part [SWAP]
├─sda10 8:10 0 72.4G 0 part /
├─sda11 8:11 0 249.6G 0 part
└─sda12 8:12 0 8.6G 0 part
sr0 11:0 1 1024M 0 rom

Last edited by drkarthik; 05-27-2016 at 07:40 AM.
 
Old 05-27-2016, 07:52 AM   #13
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok, let's unmount it first.

Code:
sudo umount /dev/sda5
then try again

Code:
sudo mount /dev/sda5 -t ntfs -o rw,auto,users,exec,nls=utf8,umask=003,gid=1000,uid=1000 /media/windows
 
Old 05-27-2016, 08:04 AM   #14
drkarthik
LQ Newbie
 
Registered: May 2016
Location: HYDERABAD, TELANGANA, INDIA
Distribution: DEBIAN JESSIE
Posts: 17

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by hydrurga View Post
Ok, let's unmount it first.

Code:
sudo umount /dev/sda5
then try again

Code:
sudo mount /dev/sda5 -t ntfs -o rw,auto,users,exec,nls=utf8,umask=003,gid=1000,uid=1000 /media/windows
linuxmint drkarthik # sudo umount /dev/sda5
umount: /dev/sda5: not mounted
linuxmint drkarthik # sudo mount /dev/sda5 -t ntfs -o rw,auto,users,exec,nls=utf8,umask=003,gid=1000,uid=1000 /media/windows
mount: according to mtab, /dev/sda5 is already mounted on /media/windows

do you think the installation broke?
i think its been about 2 months since the installation and the problem started maybe 3 days back.....
thanks!
 
Old 05-27-2016, 08:27 AM   #15
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by drkarthik View Post
linuxmint drkarthik # sudo umount /dev/sda5
umount: /dev/sda5: not mounted
linuxmint drkarthik # sudo mount /dev/sda5 -t ntfs -o rw,auto,users,exec,nls=utf8,umask=003,gid=1000,uid=1000 /media/windows
mount: according to mtab, /dev/sda5 is already mounted on /media/windows

do you think the installation broke?
i think its been about 2 months since the installation and the problem started maybe 3 days back.....
thanks!
It certainly looks unusual.

Can you paste the output of:

Code:
cat /proc/mounts
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount NTFS Partitions Sarath1245 Linux - Newbie 8 09-28-2009 06:26 AM
Mount NTFS Partitions Sarath1245 Linux - Software 2 09-26-2009 02:50 PM
I can't mount ntfs partitions with the latest ntfs-3g version BK2 Linux - Software 1 02-01-2008 07:08 PM
unable to mount ntfs partitions sundoe Linux - Desktop 3 01-26-2008 05:06 AM
mount NTFS partitions heinrich Linux - Software 3 08-11-2003 03:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 08:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration