Re: Help installing a Maxtor External Firewire HD

From: Ben Hall (bhall-www_at_linuxgruven.ca)
Date: 07/29/03

  • Next message: Kent Borg: "Re: Help installing a Maxtor External Firewire HD"
    To: RHML <redhat-list@redhat.com>
    Date: 29 Jul 2003 08:25:35 -0400
    
    

    As root, type dmesg | more. Near the end of the output you should see
    what the FW drive is recognized as. (Mine was /dev/sda, I'd bet yours
    is too.)

    Assuming it has one partition, which, if it was a Windows drive, is
    likely the case, then the partition in question will be /dev/sda1.

    So, the first time type: mkdir /mnt/sda1 (this makes the mount point)

    To actually mount the drive do mount /dev/sda1 /mnt/sda1. If Linux for
    some reason doesn't recognize the filesystem, to mount -t<your FS>
    /dev/sda1 /mnt/sda1 where <your FS> is whatever the filesystem is.
    (vfat for FAT32, ntfs for... NTFS, ext2 etc...)

    To have the drive mount automatically on boot you'll have to edit your
    /etc/fstab file.

    Hope that helps,

    Ben

    On Tue, 2003-07-29 at 00:20, Sergio Espinoza wrote:
    > Greetings,
    >
    > I have had quite a hard time trying to install a 160GB
    > Maxtor External Firewire HD.
    >
    > The drive is apparently recognized (and added to RH)
    > at boot time, but, in the /mnt directory I only have
    > /cdrom and /floppy.
    >
    > I have search the net for quite some time for answers
    > about how to correctly configure my drive, no luck so
    > far. :S
    >
    > Can someone please help me out? Any ideas? What's
    > missing?
    >
    > BTW, I using Red Hat 9.
    >
    > Thanks in advance,
    >
    >
    > Sergio Espinoza Dien
    > serespdi@yahoo.com
    >
    > __________________________________
    > Do you Yahoo!?
    > Yahoo! SiteBuilder - Free, easy-to-use web site design software
    > http://sitebuilder.yahoo.com
    >

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Kent Borg: "Re: Help installing a Maxtor External Firewire HD"

    Relevant Pages

    • Re: NTFS-3G mount during boot
      ... even after loading the kernel module (see the ... it is not possible to mount the NTFS partition? ... I wrote this script to mount the partition at boot time. ...
      (freebsd-questions)
    • Re: NTFS-3G mount during boot
      ... module loaded at boot time and then see what happens next? ... I gave up using /etc/fstab to mount NTFS partitions at boot time a ... /etc/fstab to mount NTFS partitions at boot. ... it is not possible to mount the NTFS partition? ...
      (freebsd-questions)
    • Re: INIT: Cannot create /var/adm/utmpx
      ... drive or partition that perhaps fails to mount at boot time? ...
      (comp.unix.questions)
    • Re: mounting a DOS partition in Linux
      ... > partition so that I can transfer files between WinXP and Linix. ... > do I need to put into fstab and what mount commands do I use to access the ... At boot time, the process that uses /etc/fstab to mount the fs's is running ... and add users you want to write to the vfat partition to the vfat group. ...
      (comp.os.linux.setup)
    • Re: [SLE] SuSE 10.0 on Dell XPS Laptops
      ... Usually you can mount this as usb mass storage. ... Plug it in, then type dmesg at ... command prompt to find out device name. ...
      (SuSE)