LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 05-23-2006, 05:11 PM   #1
Adamant1988
Member
 
Registered: Apr 2006
Distribution: Suse 10.2, Ubuntu Feisty Fawn
Posts: 74

Rep: Reputation: 15
Suse can't read to my Ext. harddrive..


I'm using Suse 10.1

It detects my ext. hard drive and all but when I attempt to read it I get this message
"/dev/sdb1 found in /etc/fstab"

I'm sure this is something I did, how can I fix this.
 
Old 05-24-2006, 03:37 PM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Surely it tells you that /dev/sdb1 was not found in /etc/fstab? If it was found, there shouldn't be a problem.

It therefore sounds like you're trying to mount the device without specifying a mount point (i.e. the directory you want to mount to). Try running "mount /dev/sdb1 /some/directory", e.g. if you wanted to mount to /mnt/external, you'd issue

# mount /dev/sdb1 /mnt/external.

The directory you want to mount to must exist first, so if it does not, create it with mkdir.

You may need to specify the filesystem type (NTFS, FAT, etc), which you would do with

# mount -t ntfs /dev/sdb1 /mnt/external for NTFS and

# mount -t vfat /dev/sdb1 /mnt/external for FAT.

You can add a line to your /etc/fstab so that you can mount the device by just issuing

# mount /dev/sdb1.

This pages explains some stuff about fstab.

SuSE may have some kind of graphical tools to mount stuff, but I've never used SuSE so don't know about these (and the terminal stuff will be common to all distros).
 
  


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
ext 3 read write permissions lsu420luv Linux - General 4 03-19-2006 12:32 AM
ext. usb HDD mounts read only for non root accounts logname Linux - Hardware 14 02-27-2006 04:17 PM
as a precaution: Does NForce2 Ultra400 and ext. USB Harddrive work with FC3? Patrique Fedora 0 11-14-2004 03:05 AM
ext hdd mounting read/write issue Jestrik Linux - Hardware 1 06-12-2004 08:46 AM
Can U Install Linux On an Ext. HardDrive? DarkOblivion Linux - Newbie 0 01-09-2002 06:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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