LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-15-2014, 09:48 PM   #1
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Rep: Reputation: 3
Mint 17 mountdmesg |tail command rejects known Windows hard-drive types


2014-10-14

Mint 17 refuses to mount a Windows hard drive on my HP Compaq computer regardless of what I specify for -t in the mount command. fdisk -l shows my HD's type as HPFS/NTFS/exFAT but MInt dos not acccept exFAT or vFAT. It suggests running dmesg | tail to obtain the correct type but it rejects the very type indicated by dmesg just the same.

Any help will be miuch appreciated.

julianvbi

Last edited by julianvb; 10-17-2014 at 06:11 PM.
 
Old 10-16-2014, 12:26 AM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
sometimes it's just easier to mount from disk utility
 
Old 10-16-2014, 01:33 AM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,314

Rep: Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172
Post the (tail-ed) dmesg output. Also the output from
Code:
parted -l
 
Old 10-17-2014, 12:21 AM   #4
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, Everyone,
Thanks for your inputs. The outputs of dmesg | tail -l and parted -l are listed below.
julianvb
--------------------------------------------------------------
Output of dmesg | tail

[27194.689475] sd 4:0:0:0: [sdc] Write Protect is off
[27194.689487] sd 4:0:0:0: [sdc] Mode Sense: 2d 08 00 00
[27194.690356] sd 4:0:0:0: [sdc] No Caching mode page found
[27194.690370] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[27194.693851] sd 4:0:0:0: [sdc] No Caching mode page found
[27194.693864] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[27194.720624] sdc: sdc1
[27194.724466] sd 4:0:0:0: [sdc] No Caching mode page found
[27194.724479] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[27194.724489] sd 4:0:0:0: [sdc] Attached SCSI disk
--------------------------------------------------------
Output of parted -l

Model: ATA ST380011A (scsi)
Disk /dev/sda: 80.0GBparted -l
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 1049kB 78.4GB 78.4GB primary ext4 boot
2 78.4GB 80.0GB 1600MB extendedparted -l
5 78.4GB 80.0GB 1600MB logical linux-swap(v1)


Model: WD Elements 10B8 (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512Bparted -l
Partition Table: msdos

Number Start End Size Type File system Flags
1 1049kB 1000GB 1000GB primary ntfs bootparted -l

Model: Maxtor OneTouch (scsi)
Disk /dev/sdc: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flagsparted -l
1 32.3kB 500GB 500GB primary boot

Last edited by julianvb; 10-17-2014 at 12:34 AM.
 
Old 10-17-2014, 06:39 PM   #5
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, Everyone,

Yesterday I was able to use TestDisk to access all directories and files on my 500-GB NTFS Maxtor external usb hard drive directly after I failed to mount it in Linux Mint 17. I think it's a simpler way to access the contents of a Linux system's thumb drives and hard drives in case a difficult mounting problem occurs since the method is so direct and simple.

I decided to forget about using the mount command to access my Maxtor drive when I still failed to mount it in Mint 17 even after I had fixed the 'missing NTFS signature' error. As a matter of fact, I almost wanted to re-format the drive when I failed to mount it in both Ubuntu 12.04 and Windows XP. Ubuntu's mount command also rejected ntfs as the drive's file type and Windowst XP indicated that the drive needed to be formatted.

I admit that my solution is neither neat nor perfect, but I now have access to every directory and file on the drive.

julianvb

Last edited by julianvb; 10-17-2014 at 07:18 PM.
 
Old 10-17-2014, 08:33 PM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I didn't see a file syatem type on disk did you just format to msdos without creating any partitions?
 
Old 10-17-2014, 09:01 PM   #7
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, EDDY1,

I didn't format the drive, which I bought as a Windows NTFS drive this past summer from a local party. I had no trouble using it in Ubuntu 12.04 in the beginning. I guess something must have happened to it in the meantime. Thanks.

julianvb

Last edited by julianvb; 10-17-2014 at 09:03 PM.
 
Old 10-18-2014, 12:43 AM   #8
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
Hi, Everyone,

I am delighted to report that I've finally solved my problem very cleanly by running chkdsk on my Maxtor hard drive in Windows XP. The complete command is chkdsk drive: /r. Now Ubuntu 12.04, Linux Mint 17 and WIndows XP all mount it automatically.

Indeed Windows problems are best solved with Microsoft tools.

Once again thank you all for your kind support.

julianvb

Last edited by julianvb; 10-19-2014 at 12:57 AM.
 
Old 10-18-2014, 12:52 AM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
so what fs does it report?
 
Old 10-18-2014, 01:34 PM   #10
julianvb
Member
 
Registered: Apr 2009
Posts: 390

Original Poster
Rep: Reputation: 3
If I understand your question correctly, it's NTFS.

julianvb
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Third Hard Drive Not Configured but Accessible from Windows and Mint 13 peterrust99 Linux - Newbie 2 07-11-2012 11:49 PM
USB Hard Drive With Many Different Types of Partitions atheist Linux - Hardware 3 07-11-2008 11:22 PM
hard drive types ccmstr Linux - Hardware 4 06-29-2007 06:12 AM
hard drive partition types invinciblegod Linux - Hardware 2 03-26-2005 11:27 AM
USB hard drive rejects dev number mad2physicist Linux - Hardware 16 12-15-2003 01:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:26 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