Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: a number of minor issues from a n00b

  1. #11
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    11
    Quote Originally Posted by champagnemojo
    Quote Originally Posted by xSauronx
    anywa to get automount to not look for a floppy drive?
    I've always had the same issue on my laptop. Yes, you can turn off the automounter. Just run:
    Code:
    /etc/init.d/autofs stop
    If you want to stop it permanently (and trust me you do) then also run:
    Code:
    update-rc.d -f autofs remove
    i did this, it still stalls for 1-2 minutes when i graphically broswe /mnt

    Quote Originally Posted by mzilikazi
    My dvd drive is the Primary Slave so it's called /dev/hdb. I just do this:

    ln -s /dev/hdb /dev/dvd
    when booting, it says my dvd/rw is hdc

    but i have *no* /mnt/hdc or /dev/hdc at all....wth? how do i use my dvd drive if its not seeing it there?

    -new question- how do i find which "folders" are linked to which partitions? i have partition hda6 that is showing as 30gb and almost full, im pretty sure i have hda6 set as /home but my /home has under 50meg in it; where do i find out what else is using this parition so i can get my data?

    -also- qparted shows hda8 as ~35gigs, and almost full. but if i look at hda8 from the desktop link i see....nothing. nada. is something wrong? or is it similar to my above situation; that i just dont know what im looking for?

    thanks so much guys

  2. #12
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by xSauronx

    when booting, it says my dvd/rw is hdc

    but i have *no* /mnt/hdc or /dev/hdc at all....wth? how do i use my dvd drive if its not seeing it there?
    I *think* I see what's been so confusing for you. Hopefully I don't make it worse.

    Linux uses symlinks or 'symbollic links' It's just another name for the same device or directory.

    Why do you need more than one name for a device or directory?
    To make things simple *most* applications will look to use /dev/dvd to play dvd's but!!......how do you know which device is actually the dvd drive?

    Afterall your dvd drive can be in any of four positions on the pci bus right?

    /dev/hda - primary master
    /dev/hdb - primary slave
    /dev/hdc - secondary master
    /dev/hdd -secondary slave

    To make things uniform we teach Linux to call our drive /dev/dvd with a symbolic link no matter where it is on the pci bus.

    ln -sf /dev/hdc /dev/dvd

    ln (link) -s (symbolicly) -f (force- to remove any existing links) /dev/hdc (your actual device) /dev/dvd (new name of device)

    That's it.
    How to see if it worked?

    Code:
    ls -al /dev/dvd
    lrwxr-xr-x    1 root     root            8 Jun 11 16:05 /dev/dvd -> /dev/hdc
    -new question- how do i find which "folders" are linked to which partitions?
    Well you can do this:
    Code:
    mount
    to see what's mounted and how it's mounted.
    You can do this:
    Code:
    fdisk -l
    to see what partitions are available on your drives.

    i have partition hda6 that is showing as 30gb and almost full, im pretty sure i have hda6 set as /home but my /home has under 50meg in it; where do i find out what else is using this parition so i can get my data?

    -also- qparted shows hda8 as ~35gigs, and almost full. but if i look at hda8 from the desktop link i see....nothing. nada. is something wrong? or is it similar to my above situation; that i just dont know what im looking for?

    thanks so much guys
    It sounds like your desktop icons are possibly not mounting the partitions they represent. Forget the desktiop icons and mount the partitions by hand:
    Code:
    mount /dev/hda8 /mnt/hda8
    OR better yet why not mount /dev/hda8 somewhere that's at least a bit meaningful?
    Code:
    su
    mkdir /music
    mount /dev/hda8 /music
    Make whatever directory you want and mount your drive wherever you want. The point is that you can mount a drive anywhere as long as the mount point actually exists!

    HTH

  3. #13
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    11
    thath helped a bit

    but theres still nothing seeing hdc (which is my dvd drive, as its the master on the second ide channel)

    again, its not in /dev or/mnt as anything, and again, i dont know why since it worked a couple days ago, and nothing you guys have told me would have changed it :/

    but when im booting and linux is loading, it mentions hda as my WD1200 drive and HDc as my lite-on dvd drive

    grrr

  4. #14
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Either I don't write too clearly or you didn't do what I wrote. Do the following and post the output:

    ls -al /dev/dvd

    IF is DOESN'T say this:

    lrwxr-xr-x 1 root root 8 Jun 11 16:05 /dev/dvd -> /dev/hdc


    Then do this:

    ln -s /dev/hdb /dev/dvd

    Then do this again:

    ls -al /dev/dvd

  5. #15
    Junior Member registered user
    Join Date
    Jun 2004
    Posts
    11
    ls -al /dev/dvd

    outputs

    Irwxrwxrwx 1 root root 8 Jun 15 18:19 /dev/dvd -> /dev/hdc

    still getting this from xine:

    There is no input plugin available to handle 'dvd:/'
    Maybe MRL syntax is wrong or file/stream source doesnt exist

Page 2 of 2 FirstFirst 12

Similar Threads

  1. You passed an undefined mode number???
    By A. Jorge Garcia in forum General Support
    Replies: 28
    Last Post: 08-25-2004, 03:30 PM
  2. minor flaws, but disappointing
    By wolfgang_a_h in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 12-21-2003, 01:11 AM
  3. Minor problems with HDD install
    By ndrake in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 09-29-2003, 02:26 AM
  4. Minor patch to compressloop utilities
    By Entropy42 in forum Customising & Remastering
    Replies: 0
    Last Post: 04-13-2003, 06:38 AM
  5. hd install with 2 minor problems
    By rattler in forum General Support
    Replies: 3
    Last Post: 01-22-2003, 03:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5

HGST Ultrastar HE10 HUH721010ALE600 10TB SATA 6Gb/s 7200RPM 3.5" Enterprise HDD

$74.99



WD4000FYYZ Western Digital 4TB SATA 3.5 Hard Drive  picture

WD4000FYYZ Western Digital 4TB SATA 3.5 Hard Drive

$149.99



WF12F DELL 1TB 7.2K 6GBPS SATA 2.5'' HDD HARD DRIVE ST91000640NS 0WF12F picture

WF12F DELL 1TB 7.2K 6GBPS SATA 2.5'' HDD HARD DRIVE ST91000640NS 0WF12F

$25.00



Western Digital WD60PURZ 6TB Hard Drive SATA6 Gb/s 64MB Cache 3.5 Inch picture

Western Digital WD60PURZ 6TB Hard Drive SATA6 Gb/s 64MB Cache 3.5 Inch

$109.99



HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5

HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601

$82.99



Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5

Seagate Exos 7E10 ST2000NM000B 2TB 7200RPM SATA 6.0Gb/s 3.5" Internal Hard Drive

$29.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$27.25



TOSHIBA MD04ABA400V 4TB 128MB Cache SATA 6. 0Gb/s 3. 5

TOSHIBA MD04ABA400V 4TB 128MB Cache SATA 6. 0Gb/s 3. 5"

$18.00



WD HDD Ultrastar DC HC520 HUH721212AL4205 12TB 3.5

WD HDD Ultrastar DC HC520 HUH721212AL4205 12TB 3.5" SAS Server Hard Disk Drive

$45.23



WD 16TB Elements Desktop, Certified Refurbished Hard Drive - RWDBWLG0160HBK-NESN picture

WD 16TB Elements Desktop, Certified Refurbished Hard Drive - RWDBWLG0160HBK-NESN

$174.99