baker7 Posted February 14, 2009 Report Share Posted February 14, 2009 Is there a way to mount a Mybook 320GB External drive in Elive?Here are my fstables:/dev/sda2 / reiserfs defaults 0 1/dev/sda1 none swap sw 0 0proc /proc proc defaults 0 0none /sys sysfs defaults 0 0/dev/sdb1 /home reiserfs defaults 0 2/dev/sdc1 /var reiserfs defaults 0 2/dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0sys /sys sysfs defaults 0 0Problem is that I cant find a mountpoint that will workBrian Quote Link to post Share on other sites
jcl Posted February 14, 2009 Report Share Posted February 14, 2009 Is there a way to mount a Mybook 320GB External drive in Elive?- Connected the HDD. - Run dmesg and look for messages related to the drive (usb-storage, etc). The later messages should include the device node (e.g., sdd).- mount $DEVICE $MOUNTPOINT where $DEVICE is the path to a partition on the drive (e.g., /dev/sdd1) and $MOUNTPOINT is anything at all. Quote Link to post Share on other sites
baker7 Posted February 14, 2009 Author Report Share Posted February 14, 2009 Is there a way to mount a Mybook 320GB External drive in Elive?- Connected the HDD. - Run dmesg and look for messages related to the drive (usb-storage, etc). The later messages should include the device node (e.g., sdd).- mount $DEVICE $MOUNTPOINT where $DEVICE is the path to a partition on the drive (e.g., /dev/sdd1) and $MOUNTPOINT is anything at all.Thanks, will check into that Brian Quote Link to post Share on other sites
baker7 Posted February 14, 2009 Author Report Share Posted February 14, 2009 Here is my dmsg output which is relevent to the setup:usb usb1: configuration #1 chosen from 1 choicehub 1-0:1.0: USB hub foundhub 1-0:1.0: 4 ports detectedACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 28 (level, low) -> IRQ 201usb 1-2: new full speed USB device using ohci_hcd and address 2usb 1-2: configuration #1 chosen from 1 choiceInitializing USB Mass Storage driver...scsi2 : SCSI emulation for USB Mass Storage devicesusb-storage: device found at 2usb-storage: waiting for device to settle before scanningusbcore: registered new driver usb-storageUSB Mass Storage support registered. Vendor: WD Model: 3200AAJ External Rev: 1.65 Type: Direct-Access ANSI SCSI revision: 04SCSI device sdd: 625142448 512-byte hdwr sectors (320073 MB)sdd: Write Protect is offsdd: Mode Sense: 21 00 00 00sdd: assuming drive cache: write throughSCSI device sdd: 625142448 512-byte hdwr sectors (320073 MB)sdd: Write Protect is offsdd: Mode Sense: 21 00 00 00sdd: assuming drive cache: write through sdd: sdd1sd 2:0:0:0: Attached scsi disk sddusb-storage: device scan completeI'm assuming sdd1 - but not sure of the mount type can you help me with that: I was using webmin to do it, but think it didnt have the sdd mount point Brian Quote Link to post Share on other sites
baker7 Posted February 14, 2009 Author Report Share Posted February 14, 2009 I need to make a block device for sdd1, because apparently it is not here - how can I do this easilyBrian Quote Link to post Share on other sites
baker7 Posted February 14, 2009 Author Report Share Posted February 14, 2009 OK Webmin was the cause of my confusion - I had to look at the Partition Manager, which showed this:Location SCSI device D Cylinders 38913 Size 298.09 GB Model WD 3200AAJ External Controller 2 Target 0 Once I fount that, I didnt realize that the mybook was mounted as a vfat device, so I mounted it as msdos and changed the permissions to my UID and my GID.It showed that it was SCSI Device D Win95 32LBA, and I was trying to mount it as EXT3, and I did NOT realize what device SCSI device D was, until I looked at the partition manager - Then, BANG: Webmin mounted her root@Eliveserver[/etc]# dfFilesystem 1K-blocks Used Available Use% Mounted on/dev/sda2 16715068 2890920 13824148 18% /tmpfs 518268 0 518268 0% /lib/init/rwudev 10240 72 10168 1% /devtmpfs 518268 4 518264 1% /dev/shm/dev/sdb1 17767260 9692912 8074348 55% /home/dev/sdc1 17767260 8132832 9634428 46% /var/dev/sdd1 312484288 391264 312093024 1% /mybookGo ME - Webmin messed me up, but she will mount automatically Thanks for the info on dmesgBrian Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.