Results 11 to 20 of 27
is it a fresh install? cdrom is mounted two times and mount -l is listing hda too.
post the output of fdisk -l ....
- 06-15-2007 #11
is it a fresh install? cdrom is mounted two times and mount -l is listing hda too.
post the output of fdisk -l.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2007 #12Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
Yes, fresh install.
fdisk -l:
Code:knoppix@Knoppix:~$ fdisk -l Disk /dev/sdb: 1463 MB, 1463648256 bytes 255 heads, 63 sectors/track, 177 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdb1 * 1 102 819283+ 6 FAT16 /dev/sdb2 103 177 602437+ 6 FAT16
This is what I followed to Install Knoppix on USB KEY:
The Lazy Guide to Installing Knoppix on a USB Key | tuxmachines.org
- 06-15-2007 #13
put # sign before /dev/hda line in /etc/fstab file and execute mount -a command.
mount CD Drive again and check /media/cdrom folder
Code:mount /dev/cdrom ls /media/cdrom
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2007 #14Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
Ok,
I've edited the file like you said. Then I did mount -a and mount /dev/cdrom:
Marc.Code:root@Knoppix:/UNIONFS/etc# mount -a mount: /sys already mounted or /sys busy root@Knoppix:/UNIONFS/etc# mount /dev/cdrom mount: you must specify the filesystem type root@Knoppix:/UNIONFS/etc#
- 06-15-2007 #15
execute this
ORCode:mount -t iso9660 /dev/hdc /media/cdrom
in case it doesn't work, execute thisCode:mount -t iso9660 /dev/hdc /mnt/cdrom
post output here.Code:dmesg | grep CD
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2007 #16Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
Code:root@Knoppix:/KNOPPIX.IMG/home/knoppix# mount -t iso9660 /dev/hdc /mnt/cdrom mount: mount point /mnt/cdrom does not exist root@Knoppix:/KNOPPIX.IMG/home/knoppix# dmesg | grep CD hda: LITE-ON COMBO SOHC-4836K, ATAPI CD/DVD-ROM drive hda: ATAPI 48X DVD-ROM CD-R/RW drive, 1536kB Cache Uniform CD-ROM driver Revision: 3.20 Unable to identify CD-ROM format. Unable to identify CD-ROM format. Unable to identify CD-ROM format. Unable to identify CD-ROM format.
- 06-15-2007 #17hda: LITE-ON COMBO SOHC-4836K, ATAPI CD/DVD-ROM driveCode:
mount -t iso9660 /dev/hda /media/cdrom
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2007 #18Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
root@Knoppix:/KNOPPIX.IMG/home/knoppix# mount -t iso9660 /dev/hda /media/cdrom
mount: block device /dev/hda is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hda,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
root@Knoppix:/KNOPPIX.IMG/home/knoppix# dmesg | grep CD
hda: LITE-ON COMBO SOHC-4836K, ATAPI CD/DVD-ROM drive
hda: ATAPI 48X DVD-ROM CD-R/RW drive, 1536kB Cache
Uniform CD-ROM driver Revision: 3.20
Unable to identify CD-ROM format.
Unable to identify CD-ROM format.
Unable to identify CD-ROM format.
Unable to identify CD-ROM format.
- 06-15-2007 #19did you check /media/cdrom folder? does it display contents of CD?mount: block device /dev/hda is write-protected, mounting read-only
Code:ls /media/cdrom
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2007 #20Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
Nope,
It's empty




