Results 1 to 10 of 10

Thread: partition icons on the desktop

  1. #1
    Member registered user
    Join Date
    Jul 2003
    Posts
    37

    partition icons on the desktop

    Hello all,

    Just a quick question: When I install knoppix to my hdd I seem to lose one of the coolest parts of the GUI boot which was the automatic detection of partitions which in turn put an icon for each partition on my kde screen. How do I get this functionality back?

    Thanks

  2. #2
    Member registered user
    Join Date
    Jul 2003
    Posts
    37
    Forget it, found out I have to:

    "As root do 'rebuildfstab' (without qoutes).

    then as user 'mkdesktophdicons'.

    This will make your desktop icons look the same as a CD based."

    Sorry about asking first and searching later.

  3. #3
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Quote Originally Posted by ferreter
    Forget it, found out I have to:

    "As root do 'rebuildfstab' (without qoutes).

    then as user 'mkdesktophdicons'.

    This will make your desktop icons look the same as a CD based."

    Sorry about asking first and searching later.
    NP. The new installer actually takes care of this problem. Just make sure you use knoppix-installer and not knx-hdinstall.

  4. #4
    Member registered user
    Join Date
    Dec 2002
    Location
    The Hague, The Netherlands
    Posts
    93
    That worked for me also.

    I am getting this message when I try my cdrom:

    "Unable to run the command specified. The file or directory file:/mnt/cdrom does not exist. "

    Also I don't have any icon for my cd burner. Knoppix detected prior to hdinstall.

    Any Ideas???

    Thanks

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Quote Originally Posted by FelixDzerzhinsky
    That worked for me also.

    I am getting this message when I try my cdrom:

    "Unable to run the command specified. The file or directory file:/mnt/cdrom does not exist. "

    Also I don't have any icon for my cd burner. Knoppix detected prior to hdinstall.

    Any Ideas???

    Thanks
    Check your /etc/fstab. Sounds like there is the mount point for your cdrom is not /mnt/cdrom but something else - possibly /cdrom.

  6. #6
    Member registered user
    Join Date
    Jul 2003
    Location
    Delft, the Netherlands
    Posts
    76
    Quote Originally Posted by FelixDzerzhinsky
    Also I don't have any icon for my cd burner. Knoppix detected prior to hdinstall.
    I solved this by running K3b Setup (K-menu -> System). This will create the entries in /etc/fstab. You can then create the icons on the desktop.

    HTH

    - - Edwin

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by FelixDzerzhinsky
    That worked for me also.

    I am getting this message when I try my cdrom:

    "Unable to run the command specified. The file or directory file:/mnt/cdrom does not exist. "

    Also I don't have any icon for my cd burner. Knoppix detected prior to hdinstall.

    Any Ideas???

    Thanks
    Assuming you cdrom is the first device in the /etc/fstab.

    Code:
    /dev/scd0       /cdrom          iso9660 ro,user,noauto          0       0
    /dev/scd1       /burner         iso9660 ro,user,noauto          0       0
    You will have to make the mount point /burner as root in the / directory (mkdir burner) for this to work. If the burner is the first device then change the order to suit. After you modify the fstab you just have to right click on the desktop and create an icon for the burner.

  8. #8
    Member registered user
    Join Date
    Jul 2003
    Posts
    37
    You mentioned how to get a cd burner going, well my HD install seems to have all the entries in fstab (as cdrom1) by default. But again no desktop icon or easy way to access it. Funny the knx boot CD detects it just fine.

    fstab:

    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 ext2 noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda2 none swap defaults 0 0

  9. #9
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by ferreter
    You mentioned how to get a cd burner going, well my HD install seems to have all the entries in fstab (as cdrom1) by default. But again no desktop icon or easy way to access it. Funny the knx boot CD detects it just fine.

    fstab:

    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 ext2 noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda2 none swap defaults 0 0
    If the mount point /cdrom1 and /dev/cdrom1 actually exits on the system then right click on the desktop and choose Create New -> CD/DVD Device when the dialog comes up select the proper device in the device tab then select OK to create the icon.

    Note: If the /dev/cdrom1 and /cdrom1 do not exist then you should use the scd1 line from my post above and create a mount point for it.

  10. #10
    Member registered user
    Join Date
    Jul 2003
    Posts
    37
    Thanks, I'll look into that when I get home then

Similar Threads

  1. desktop icons
    By michael7 in forum General Support
    Replies: 1
    Last Post: 06-07-2005, 05:26 AM
  2. Can't get rid of partition icons on desktop
    By eon in forum General Support
    Replies: 11
    Last Post: 10-11-2004, 09:11 PM
  3. Desktop icons
    By oldgeezer in forum General Support
    Replies: 13
    Last Post: 05-24-2004, 06:46 AM
  4. tip: how not lost desktop partition icons after hd-install
    By Carlos_E_Morimoto in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 02-05-2003, 08:37 AM
  5. Where do the desktop icons go?
    By skyconcert in forum General Support
    Replies: 0
    Last Post: 12-20-2002, 05:19 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
  •  


OEM Dell 130W HA130PM130 DA130PM130 Laptop Power Adapter Charger 4.5mm 6TTY6 XPS picture

OEM Dell 130W HA130PM130 DA130PM130 Laptop Power Adapter Charger 4.5mm 6TTY6 XPS

$26.99



OEM 130W USB-C Type-C Charger for Dell XPS 15 9500 9570 9575 17 9700 DA130PM170 picture

OEM 130W USB-C Type-C Charger for Dell XPS 15 9500 9570 9575 17 9700 DA130PM170

$34.88



Genuine OEM 65W Dell PA-12 AC Adapter Charger For 928G4 LA65NS2-01 n4010 D531N picture

Genuine OEM 65W Dell PA-12 AC Adapter Charger For 928G4 LA65NS2-01 n4010 D531N

$13.99



OEM 65W Adapter Charger for DELL Inspiron 15-5567 5565 P66F AC Power 19.5V 3.34A picture

OEM 65W Adapter Charger for DELL Inspiron 15-5567 5565 P66F AC Power 19.5V 3.34A

$14.89



Genuine OEM Dell 130W AC Adapter Charger Brick Large Tip 19.5V 6.7A picture

Genuine OEM Dell 130W AC Adapter Charger Brick Large Tip 19.5V 6.7A

$4.97



OEM Dell Inspiron 11 13 14 15 17 3000 5000 7000 AC Adapter Charger 65W 4.5mm Tip picture

OEM Dell Inspiron 11 13 14 15 17 3000 5000 7000 AC Adapter Charger 65W 4.5mm Tip

$10.99



NEW OEM Dell 65W 19.5V Charger AC Power Supply Adapter For LA65NM130 332-1831 picture

NEW OEM Dell 65W 19.5V Charger AC Power Supply Adapter For LA65NM130 332-1831

$12.99



Genuine OEM 65W USB-C Charger Type-C Adapter for Dell LA65NM190/HA65NM190 picture

Genuine OEM 65W USB-C Charger Type-C Adapter for Dell LA65NM190/HA65NM190

$21.99



Genuine 45W Power Adapter Charger for Dell DA45NM140 0KXTTW 4.5*3.0mm OEM picture

Genuine 45W Power Adapter Charger for Dell DA45NM140 0KXTTW 4.5*3.0mm OEM

$16.99



OEM 45W Adapter Charger for Dell Inspiron 15 3551 5555 LA45NM140 0KXTTW 0T8YYD picture

OEM 45W Adapter Charger for Dell Inspiron 15 3551 5555 LA45NM140 0KXTTW 0T8YYD

$13.89