LinuxQuestions.org
Visit Jeremy's Blog.
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 05-12-2016, 12:31 AM   #1
rstuff
Member
 
Registered: Jul 2011
Posts: 151

Rep: Reputation: Disabled
Dvdstyler does not see external USB harddrive


Dvdstyler does not see my external USB harddrive. I am using Dvdstyler version 2.6 on Mint Mate. The external harddrive works and is seen by Mint but does not show up in Dvdstylers browser. The Dvdstyler browser does not see a USB jump drive or an SD memory card either. Any suggestions? Thank you.

Last edited by rstuff; 05-12-2016 at 12:50 AM.
 
Old 05-13-2016, 02:06 PM   #2
privik
LQ Newbie
 
Registered: May 2016
Posts: 5

Rep: Reputation: Disabled
Give us the output of : lsusb and mount
 
Old 05-15-2016, 02:58 AM   #3
rstuff
Member
 
Registered: Jul 2011
Posts: 151

Original Poster
Rep: Reputation: Disabled
lsusb and mount results

r@r:~$ lsusb
Bus 002 Device 003: ID 04f2:b1c1 Chicony Electronics Co., Ltd
Bus 002 Device 004: ID 059b:0370 Iomega Corp.
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
r@r:~$ 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=10240k,nr_inodes=478723,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=385584k,mode=755)
/dev/disk/by-uuid/88cd6423-3301-4e66-ab8f-434fd625341b on / type ext4 (rw,relatime,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=771160k)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda2 on /home type ext4 (rw,relatime,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/cgroup type tmpfs (rw,relatime,size=4k,mode=755)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,name=systemd)
/dev/sdb1 on /media/r/Iomega HDD type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
r@r:~$
The external harddrive is a 1 Tb. Iomega and I have not had any problems with it except Dvdstyler does not see it.
Thank you,
Rob
 
Old 05-15-2016, 03:45 AM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

Just as an idea, in case no one here can give you the answer, you might want to ask the folks here, who might be in a better position to help.

Regards...
 
Old 05-15-2016, 05:37 AM   #5
privik
LQ Newbie
 
Registered: May 2016
Posts: 5

Rep: Reputation: Disabled
Try to navigate to : /media/r/Iomega. You can only burn on DVD disks.
 
Old 05-15-2016, 05:42 AM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I wouldn't be surprised if this is because a non-Linux filesystem is used on that external drive.
 
1 members found this post helpful.
Old 05-17-2016, 08:50 PM   #7
rstuff
Member
 
Registered: Jul 2011
Posts: 151

Original Poster
Rep: Reputation: Disabled
How to tell what format an external harddrive is?

I considered Dvdstylers forum on Sourceforge but I did not like the registration.

When I tried to navigate to the harddrive I got this:

r@r:~$ cd /media/r/Iomega
bash: cd: /media/r/Iomega: No such file or directory
r@r:~$ cd /media/r
r@r:/media/r$ dir
Iomega\ HDD
r@r:/media/r$ cd Iomega\
> dir
bash: cd: Iomegadir: No such file or directory
r@r:/media/r$

I suspect that it is an NTFS file system since the mount command said it was type fuseblk.

I have about 500 Gb of data on the Iomega that I have never had a problem with until I tried Dvdstyler.

Thank you.
 
Old 05-18-2016, 03:43 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
try this:
Code:
cd "/media/r/Iomega HDD"
 
Old 05-19-2016, 12:37 PM   #9
rstuff
Member
 
Registered: Jul 2011
Posts: 151

Original Poster
Rep: Reputation: Disabled
That worked. The external harddrive was in Dvdstyler's file browser all along. It has an entry for / and if you expand it there is an entry for media and under media there is an entry for Iomega HDD. I just did not think of an external device as being under root. Thank you.

r@r:~$ cd "/media/r/Iomega HDD"
r@r:/media/r/Iomega HDD$ dir
Battlefield1942.lnk Lenovo\ 2014-05-26
.
.
.
r@r:/media/r/Iomega HDD$
 
  


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
External USB Harddrive read-only? RedAshes Linux - Newbie 5 04-21-2012 04:05 PM
External USB Harddrive broken Chris6647 Linux - Hardware 7 06-30-2010 01:18 PM
problem with external usb harddrive fourreux Linux - Hardware 3 11-21-2009 09:28 AM
[SOLVED] External USB Harddrive MBA Whore Linux - Hardware 2 08-21-2009 10:05 AM
USB External harddrive ashley75 Linux - General 1 10-28-2005 10:54 AM

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

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