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
  •  


Dell T7810 Workstation 1x E5-2603 v3 16GB RAM Nvidia QUADRO +cables picture

Dell T7810 Workstation 1x E5-2603 v3 16GB RAM Nvidia QUADRO +cables

$120.00



Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config picture

Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config

$489.99



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE

$259.00



HP Z440 Workstation 18Cores Xeon E5-2699 V3 128GB 1TB SSD 2TB WIFI WIN11 R5-340X picture

HP Z440 Workstation 18Cores Xeon E5-2699 V3 128GB 1TB SSD 2TB WIFI WIN11 R5-340X

$309.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$3.87



Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7 picture

Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7

$14.99



Intel Xeon E5-2683 v4 2.1GHz 16-Core 40MB LGA2011 Server CPU P/N: SR2JT Tested picture

Intel Xeon E5-2683 v4 2.1GHz 16-Core 40MB LGA2011 Server CPU P/N: SR2JT Tested

$19.99



Intel SR1XD Xeon E5-2699V3 2.30Ghz 18-Core Socket 2011 CPU Processor Haswell picture

Intel SR1XD Xeon E5-2699V3 2.30Ghz 18-Core Socket 2011 CPU Processor Haswell

$35.00



Matched Pair __ Intel Xeon Gold 6152 2.1Ghz 22-Core 140W CPU SR3B4 picture

Matched Pair __ Intel Xeon Gold 6152 2.1Ghz 22-Core 140W CPU SR3B4

$204.95



Apple MAC Pro A1481 Late 2013 Xeon Quad-Core 3.7GHz 16GB 1TB SSD FirePro D300 picture

Apple MAC Pro A1481 Late 2013 Xeon Quad-Core 3.7GHz 16GB 1TB SSD FirePro D300

$235.00