LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-30-2019, 08:24 AM   #1
grandon13
LQ Newbie
 
Registered: Jan 2019
Posts: 4

Rep: Reputation: Disabled
Unhappy Can't access my files on external drive


Hello guys, my name is Diego and I'm newbie, this is actually my first post. I recently installed Linux Mint 19.1 in my computer, everything is great so far, I love it, except that I can't access my external drive, when I open it in my gf's computer there is no problem so I know the files are there, I can't figure out how to mount the thing, I've tried a lot of things looking on threads, so far nothing has worked. Could you please help me out?
 
Old 01-30-2019, 08:36 AM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Welcome to LQ.

Assuming it is a USB external drive?

When you plug it in, it should automatically mount. Open the File manager and see on the left if you see information about the drive.

Typically it would mount and open a File manager window automatically, but sometimes things mount and don't always open a File manager window. Or there could be some sort or problem.

Otherwise, you can see what is happening by viewing your system log.

Open a Terminal to use the Command Line, and before you plug in the drive, issue the command dmesg[return]. This will dump your system log, a lot of stuff you aren't looking for, in fact, the reason you're doing it now is so you can see what the end of it looks like, so that after when you plug in the drive, you can see any new records to that log. Next, do plug in the drive, wait about 5-10 seconds, and then issue the dmesg command again and see if there are any new entries.

Please copy and paste those new entries in an update and perhaps we can see something which will help you further.
 
1 members found this post helpful.
Old 01-30-2019, 08:46 AM   #3
grandon13
LQ Newbie
 
Registered: Jan 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks rtmistler for your quick reply.. First, yes, it is a USB external drive, and it appears in the File manager, I can see it there but it won't mount or open.

I did what you told me and this is the message I got.

[ 88.622526] usb 1-3: new high-speed USB device number 4 using xhci_hcd
[ 88.771593] usb 1-3: New USB device found, idVendor=04e8, idProduct=61b6
[ 88.771600] usb 1-3: New USB device strings: Mfr=1, Product=11, SerialNumber=3
[ 88.771605] usb 1-3: Product: Samsung M3 Portable
[ 88.771610] usb 1-3: Manufacturer: JMicron
[ 88.771614] usb 1-3: SerialNumber: 00000000011E1CCE
[ 88.830874] [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=0000:0000:0000:0000:0196:8689:5f45:4d32 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=257968 PROTO=UDP SPT=8612 DPT=8612 LEN=24
[ 88.866398] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 88.866689] scsi host2: usb-storage 1-3:1.0
[ 88.866884] usbcore: registered new interface driver usb-storage
[ 88.888242] usbcore: registered new interface driver uas
[ 91.923684] scsi 2:0:0:0: Direct-Access Samsung M3 Portable 3 PQ: 0 ANSI: 6
[ 91.924698] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 93.944181] sd 2:0:0:0: [sdb] 1953504688 512-byte logical blocks: (1.00 TB/932 GiB)
[ 93.944471] sd 2:0:0:0: [sdb] Write Protect is off
[ 93.944477] sd 2:0:0:0: [sdb] Mode Sense: 27 00 00 00
[ 93.944761] sd 2:0:0:0: [sdb] No Caching mode page found
[ 93.944773] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 93.973862] sdb: sdb1
[ 93.975608] sd 2:0:0:0: [sdb] Attached SCSI disk
 
Old 01-30-2019, 08:53 AM   #4
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
It looks like it's being detected by the system, which is good news. But is it formatted with a filesystem, is the question?

Can you open up a terminal window and type the following command, and post the results using CODE tags,

Code:
lsblk -f
Make sure the USB drive is connected when you do this.
 
1 members found this post helpful.
Old 01-30-2019, 08:57 AM   #5
grandon13
LQ Newbie
 
Registered: Jan 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
Code:
NAME   FSTYPE LABEL   UUID                                 MOUNTPOINT
sda                                                        
├─sda1 vfat           5A98-E5A9                            /boot/efi
└─sda2 ext4           d45c0483-dc42-4163-b5fc-0d2642b11eab /
sdb                                                        
└─sdb1 ntfs   SAMSUNG 2E24E15D24E12893
 
Old 01-30-2019, 09:00 AM   #6
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
It looks like it isn't mounted, but it is formatted with NTFS. Do you have the ntfs-3g package installed?

I suspect you might not, and that's why it can't mount it - because it doesn't understand the filesystem.
 
1 members found this post helpful.
Old 01-30-2019, 09:06 AM   #7
grandon13
LQ Newbie
 
Registered: Jan 2019
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thank you very much! That did it!
 
  


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
Installing Linux Mint 19.1 cinnamon to an external hard drive & backing up to another external hard drive. bluelakecompany@yahoo.co Linux - Newbie 1 01-23-2019 06:30 PM
[SOLVED] I Installed an external Hard drive using Gparted. I cannot move files to the external Liz99 Linux - Newbie 15 04-20-2015 05:40 PM
ubuntu installed on external hard drive, can't startup without external hard drive. Vanostaajen Linux - Software 23 01-20-2009 09:59 AM
Can access network, cannot access external addresses -Olly- Linux - Wireless Networking 2 10-08-2006 06:10 AM
external enclosure for an internal hard drive vs external USB hard drive powah Linux - Hardware 1 03-10-2006 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:12 PM.

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