LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-20-2004, 09:24 AM   #1
atis
LQ Newbie
 
Registered: Jul 2004
Posts: 13

Rep: Reputation: 0
Freecom classic USB drive with Linux.


I just get new 80Gb usb drive, but there is big problems to run it under linux. It seems to be mounted, but does not work. One example>
Code:
[root@...]# ls /mnt/removeable
ls: /mnt/removeable: No such file or directory
[root@...]# ls /mnt/removeable2
ls: /mnt/removeable2: No such file or directory

[root@... /]# cd mnt
[root@... mnt]# dir
cdrom  removable  removable2  win_c  win_d  win_e  win_f  win_g
[root@... mnt]# cd removable
[root@... removable]# dir
[root@... removable]#
 
Old 07-22-2004, 02:19 AM   #2
idaho
Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438

Rep: Reputation: 30
Use the "df" command to show what devices are mounted.
 
Old 07-22-2004, 04:12 AM   #3
atis
LQ Newbie
 
Registered: Jul 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by idaho
Use the "df" command to show what devices are mounted.
Hmmm... It does not shows USB drive. But I have icon on the gnome desktop after connecting this drive. How can I mount it on? I tried 100 deferent ways...
 
Old 07-22-2004, 10:55 AM   #4
idaho
Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438

Rep: Reputation: 30
What do you see in:
/proc/scsi/scsi

What do you see in:
/etc/fstab
 
Old 08-03-2004, 02:06 AM   #5
atis
LQ Newbie
 
Registered: Jul 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by idaho
What do you see in:
/proc/scsi/scsi


Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: HDS72258 Model: 0VLAT20 Rev: V32O
Type: Direct-Access ANSI SCSI revision: 02


In /proc/scsi there is also folder called USB-STORAGE, which contain file 0

Host scsi0: usb-storage
Vendor: Unknown
Product: Unknown
Serial Number: None
Protocol: Transparent SCSI
Transport: Bulk
Quirks:

Quote:
What do you see in:
/etc/fstab
/dev/hdc9 / ext3 noatime 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdc11 /home ext3 noatime 1 2
/dev/hda /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
/dev/hdc1 /mnt/win_c ntfs umask=0,nls=iso8859-1,ro 0 0
/dev/hdc5 /mnt/win_d ntfs umask=0,nls=iso8859-1,ro 0 0
/dev/hdc6 /mnt/win_e vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
/dev/hdc7 /mnt/win_f vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
/dev/hdc8 /mnt/win_g vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hdc10 swap swap defaults 0 0
none /mnt/removable supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0
 
Old 08-03-2004, 11:10 AM   #6
idaho
Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438

Rep: Reputation: 30
What kernel are you running - what does uname -a show you?

If you are running a 2.4.x kernel, then I would suggest you mount using a command like:
mount /dev/sda1 /mnt/yourmountpoint

I haven't seen Linux use a scsi dev file like the one you have in your fstab file before (/dev/scsi/host0/bus0/target0/lun0/part1). Does anyone know if this the 2.6.x way of organizing scsi /dev/files?
 
Old 08-06-2004, 05:16 AM   #7
atis
LQ Newbie
 
Registered: Jul 2004
Posts: 13

Original Poster
Rep: Reputation: 0
I use kernel 2.6.3-7mdk
 
Old 08-06-2004, 10:33 AM   #8
idaho
Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438

Rep: Reputation: 30
I am sorry, but I don't have experience with the 2.6.x kernels.
 
Old 02-23-2005, 10:20 AM   #9
Mr.Kane
LQ Newbie
 
Registered: Dec 2003
Location: Norway
Distribution: SuSE 9.1
Posts: 11

Rep: Reputation: 0
Hi,

I have tested a Freecom 160 Gb Classic usb2 and have had some problems also. On my Mandrake 10.1 boks it automounts perfectly, but all SuSE 9.2 bokses I have ried fails misserabely.

I've got no clue to why yet...

cu /
 
Old 02-28-2005, 06:45 AM   #10
atis
LQ Newbie
 
Registered: Jul 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Mr.Kane
Hi,

I have tested a Freecom 160 Gb Classic usb2 and have had some problems also. On my Mandrake 10.1 boks it automounts perfectly, but all SuSE 9.2 bokses I have ried fails misserabely.

I've got no clue to why yet...

cu /
I think it is only mandrake problem. I do not use it since... some months. It works nice with mepis linux and as dream with ubuntulinux.
 
  


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
How to setup freecom dvb-t usb tv in slackware 10.2 texanizer Linux - Hardware 33 10-15-2007 01:00 PM
MDK 2005LE & Freecom DVB-T USB Stick slothpuck Linux - Hardware 0 11-23-2005 04:45 PM
freecom classic 250 GB external usb hard drive prob slzckboy Linux - Hardware 2 11-10-2005 01:01 PM
Can't Get Freecom Classic USB HD to Work With With Knoppix Strike Team Linux - Hardware 0 09-27-2005 06:41 AM
Freecom classic USB drive with Linux. atis Mandriva 1 07-20-2004 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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