Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > USB HDD mounting

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 08-29-2006   #1 (permalink)
Just Joined!
 
bravobritto's Avatar
 
Join Date: Aug 2006
Location: Somewhere in India
Posts: 23
Send a message via MSN to bravobritto Send a message via Yahoo to bravobritto
Wink USB HDD mounting

I just brought an IBM USB HDD. But the manufacture specification tells it is compatible for Windows 98/ME/XP/2000/2003 and Mac OS. How to mount such an USB HDD in Linux ? Where to check the hardware compatibility list for Linux ?

bravobritto is offline  


Reply With Quote
Old 08-29-2006   #2 (permalink)
Just Joined!
 
richiefrich's Avatar
 
Join Date: May 2006
Location: Houston
Posts: 88
Send a message via AIM to richiefrich Send a message via Yahoo to richiefrich Send a message via Skype™ to richiefrich
plug it in and boot knoppix.. It'll find it.. unless you didnt partition it yet..
then plug it in and

su -
<password>
fdisk -l | grep sd

OR

dmesg | grep sd

then to partition it --> (fdisk,cfdisk,gparted... etc )
then to format it --> (mke2fs,mkfs.ext2,mkfs.ext3,mkfs.jfs...etc)


hope that helps
richiefrich is offline   Reply With Quote
Old 08-29-2006   #3 (permalink)
Just Joined!
 
bravobritto's Avatar
 
Join Date: Aug 2006
Location: Somewhere in India
Posts: 23
Send a message via MSN to bravobritto Send a message via Yahoo to bravobritto
Thumbs down

In a live enironment we cannot reboot. So pl. suggest me with a command to mount the external USB HDD in Linux. Also pl. note that the HDD I specified was IBM make and it's compatibility list doen't shows any Linux OS. Your help in this regard is appreciated.

bravobritto is offline   Reply With Quote
Old 08-29-2006   #4 (permalink)
Banned
 
jan1024188's Avatar
 
Join Date: Jul 2006
Location: EU, SLOVENIA
Posts: 1,549
Send a message via MSN to jan1024188
hi bravobritto
did you aredy formatt HDD.what filesistem type is it.?
let we say that is ext3
open terminal and type
mkdir /mnt/usb
mount -t ext3 /dev/sda /mnt/usb
that you can mount HDD with filesystem on it.If you havent any filesistem on that hdd please do what richiefrich said

i hope that helps
__________________
Signature removed by Moderator -
please refer to forum rules!
jan1024188 is offline   Reply With Quote
Old 08-29-2006   #5 (permalink)
Just Joined!
 
bravobritto's Avatar
 
Join Date: Aug 2006
Location: Somewhere in India
Posts: 23
Send a message via MSN to bravobritto Send a message via Yahoo to bravobritto
Angry

The external USB HDD is formatted in Windows. i.e. it is now NTFS partition so how can I proceed further. What does the file system ext3 means ? Why in some forums it is showing use vfat ? Is it for FAT file systems ? Can I use vfat to mount NTFS ?



bravobritto is offline   Reply With Quote
Old 08-29-2006   #6 (permalink)
Banned
 
jan1024188's Avatar
 
Join Date: Jul 2006
Location: EU, SLOVENIA
Posts: 1,549
Send a message via MSN to jan1024188
hi bravobritto
ext3 is one of filesistems for linux
FAT and NTFS are not the same thing.when mounting NTFS type ntfs
mount -t ntfs /dev/sda /mnt/usb
linux can read NTFS partition but writing in it is not realy safe....we warned you
sure you can safe write into fat partitions.....

i hope that helps
__________________
Signature removed by Moderator -
please refer to forum rules!
jan1024188 is offline   Reply With Quote
Old 08-29-2006   #7 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Hi bravobritto !!!

Quote:
Originally Posted by bravobritto
The external USB HDD is formatted in Windows. i.e. it is now NTFS partition so how can I proceed further. What does the file system ext3 means ? Why in some forums it is showing use vfat ? Is it for FAT file systems ? Can I use vfat to mount NTFS ?
ext3 is Linux File System.. vfat is used to mount FAT32 File System... you cant use vfat for NTFS.
with NTFS, you can read/copy form USB drive... you can't write in NTFS from Linux OS... a few third party packages enables NTFS write mode but i dont suggest you that.....
convert your USB drive to FAT32 System.... you can do this using Windows machine...
after that use vfat option with mount and... read/write......

<=== { casper } ===>
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 09-11-2006   #8 (permalink)
Just Joined!
 
DJ Bless One's Avatar
 
Join Date: Sep 2006
Posts: 6
Quote:
Originally Posted by devils_casper
Hi bravobritto !!!



ext3 is Linux File System.. vfat is used to mount FAT32 File System... you cant use vfat for NTFS.
with NTFS, you can read/copy form USB drive... you can't write in NTFS from Linux OS... a few third party packages enables NTFS write mode but i dont suggest you that.....
convert your USB drive to FAT32 System.... you can do this using Windows machine...
after that use vfat option with mount and... read/write......

<=== { casper } ===>
The way I learned to do that in knoppix was this command line:

mkfs.vfat -F 32 /dev/sda1

This is the only way I know how to format a external hard drive to a fat32 system without any size restrictions.
DJ Bless One is offline   Reply With Quote
Old 09-12-2006   #9 (permalink)
Just Joined!
 
bravobritto's Avatar
 
Join Date: Aug 2006
Location: Somewhere in India
Posts: 23
Send a message via MSN to bravobritto Send a message via Yahoo to bravobritto
Post

Hello,

I got the solution. Thanks for all your kind replies. The actual problem is that it cannot be formatted to FAT filesystem even in Windows. Then comes the question of formatting in Linux. I suspect the external harddrive manufacturer.

Thanks and regards
Britto
bravobritto is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 04:34 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2