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
  •  


1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$80.39



Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot picture

Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot

$73.29



Seagate ST1000VM002 1TB 64MB SATA6Gb/s 3.5

Seagate ST1000VM002 1TB 64MB SATA6Gb/s 3.5" (Low Power) Hard Drive -PC, CCTV DVR

$24.99



Fanxiang SSD 4TB 2TB 1TB PS5 SSD M.2 NVME SSD 7300MBS PCIe 4.0 Solid State Drive picture

Fanxiang SSD 4TB 2TB 1TB PS5 SSD M.2 NVME SSD 7300MBS PCIe 4.0 Solid State Drive

$259.99



CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD picture

CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD

$9.00



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$27.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



SAMSUNG PM981A SERIES 1TB TLC PCIE 3.0 X4 NVME M.2 2280 SSD | MZ-VLB1T0B picture

SAMSUNG PM981A SERIES 1TB TLC PCIE 3.0 X4 NVME M.2 2280 SSD | MZ-VLB1T0B

$49.99



SAMSUNG PM981 PCIE 3.0 NVME M.2 SSD | 1TB | MZ-VLB1T00 picture

SAMSUNG PM981 PCIE 3.0 NVME M.2 SSD | 1TB | MZ-VLB1T00

$49.99