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
  •  


Cordless Wireless Air Blower Handheld Vacuum Cleaner Strong Suction Car Home picture

Cordless Wireless Air Blower Handheld Vacuum Cleaner Strong Suction Car Home

$24.98



Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster picture

Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster

$38.99



Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home picture

Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home

$9.97



KLIM Cool Laptop Cooler Fan, Portable Quiet Cooling Vacuum w/Display - BLUE LED picture

KLIM Cool Laptop Cooler Fan, Portable Quiet Cooling Vacuum w/Display - BLUE LED

$15.95



Mini USB Keyboard Vacuum Cleaner PC Laptop Computer Brush Dust Cleaning Kit picture

Mini USB Keyboard Vacuum Cleaner PC Laptop Computer Brush Dust Cleaning Kit

$2.99



Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US picture

Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US

$13.68



Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust picture

Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust

$30.95



3in1 Handheld Vacuum  Keyboard Cleaner Dust Cleaning Laptop Desktop PC Computer picture

3in1 Handheld Vacuum Keyboard Cleaner Dust Cleaning Laptop Desktop PC Computer

$16.99



1pc, Cordless Vacuum Cleaner, Lightweight Stick Vacuum Cleaner With Powerful picture

1pc, Cordless Vacuum Cleaner, Lightweight Stick Vacuum Cleaner With Powerful

$149.99



Catfish Ultra (Gen 2) Cordless Pool Vacuum, Increased Power & Capacity, Recha... picture

Catfish Ultra (Gen 2) Cordless Pool Vacuum, Increased Power & Capacity, Recha...

$99.99