What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » External HDDrive Not Working - Linux Debian

External HDDrive Not Working - Linux Debian
Author: Message:
_Humphreys
Veteran Member
*****


Posts: 1140
Reputation: 20
24 / – / Flag
Joined: Nov 2003
Status: Away
O.P. External HDDrive Not Working - Linux Debian
I've been trying to fix this all day, I can't get my External HD (Via USB) working with Linux Debian.

I messed about with fstab all day and yet I never got it working. So could someone who is experienced with Linux (Debian in particular) help me please.

My Specs (of Linux):

KDE version: 3.3.2
machine:i686
release:2.6.11

Below is the coding of my fstab file, if anyone can view it and tell me if something is wrong or what to add (I've tried adding before but I deleted the code I added as it didn't work) then that would be great.

code:
# /etc/fstab: filesystem table.
#
# filesystem  mountpoint  type  options  dump  pass
/dev/hda3  /  ext3  defaults,errors=remount-ro  0  1

proc  /proc  proc  defaults  0  0
/dev/fd0  /floppy  vfat  defaults,user,noauto,showexec,umask=022  0  0
usbfs  /proc/bus/usb  usbfs  devmode=0666  0  0
sysfs  /sys  sysfs  defaults  0  0
tmpfs  /dev/shm  tmpfs defaults  0  0
/dev/cdrom /cdrom  iso9660  defaults,ro,users,noexec,noauto  0  0
/dev/dvd /dvd  iso9660  defaults,ro,users,noexec,noauto  0  0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000 0 0
# Added by KNOPPIX
/dev/hda2 /mnt/hda2 auto noauto,users,exec 0 0

This post was edited on 03-12-2006 at 11:26 PM by _Humphreys.
AC3
03-12-2006 11:26 PM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: External HDDrive Not Working - Linux Debian
Under Linux, USB devices are mounted as SCSI devices, so you'll need to add a mapping from /dev/sda0 to wherever you wish to mount the external HDD e.g. /mnt/external, obviously with the flags needed to tell Linux the filesystem.

Example:
/dev/sda0 /mnt/external vfat auto,users,exec

You can also use noexec to not run stuff, and noauto to not mount on boot.

I used to run Linux, and had (still have) an external HDD. Can't remember if Fedora set it up for me, or if I did it manually: I just know what I saw in my fstab.

This post was edited on 03-13-2006 at 12:09 AM by RaceProUK.
[Image: spartaafk.png]
03-13-2006 12:07 AM
Profile PM Web Find Quote Report
Hank
Banned


Posts: 3129
Reputation: 5
– / – / Flag
Joined: Nov 2003
Status: Away
RE: External HDDrive Not Working - Linux Debian
Debain Forum

For All linux Questions Forum
03-13-2006 12:19 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On