Tiny Core Linux

Tiny Core Base => Corepure64 => Topic started by: punkgeek on October 16, 2017, 10:31:27 AM

Title: tinycore64 couldn't found scsi driver
Post by: punkgeek on October 16, 2017, 10:31:27 AM
Hello

i have install tinycire64 with scsi-4.8.17-tinycore64 package

at the first time it showed me /dev/sdb with the scsi format, but in the second time, it doesn't showed me second partition(/dev/sdb) in fdisk -l command
what should i do?

thank you
Title: Re: tinycore64 couldn't found scsi driver
Post by: Fleepuk on October 16, 2017, 02:24:57 PM
Hi punkgeek,

This is a little confusing as SCSI is the presentation of the disk to the OS, so it isn't really  a format.

Did you run partprobe after creating the partition?

You should see /dev/sdb and /dev/sdb1 after creating the partition.

If you install lsscsi (and run it), it should show you a SCSI device of /dev/sdb.

try fdisk -l /dev/sdb1

Regards
Philippe.
Title: Re: tinycore64 couldn't found scsi driver
Post by: punkgeek on October 16, 2017, 03:28:59 PM
THank you for answer
Sorry how can I run lsscsi?
Title: Re: tinycore64 couldn't found scsi driver
Post by: Misalf on October 17, 2017, 01:27:42 AM
Install  lsscsi.tcz .
Title: Re: tinycore64 couldn't found scsi driver
Post by: punkgeek on October 17, 2017, 01:37:41 AM
thank you but it doesn't showed my second hard drive
with the lsscsi command just showed me cd/dvd and first hard disk
and when I enter fdisk -l /dev/sdb , the output is: can't open `/dev/sdb` : No such device or address
Title: Re: tinycore64 couldn't found scsi driver
Post by: Juanito on October 17, 2017, 02:43:31 AM
Are your drives connected via an scsi adapter?

If so, which adapter and are the correct drivers for it loaded?
Title: Re: tinycore64 couldn't found scsi driver
Post by: Philippe on October 17, 2017, 09:11:26 AM
Hi punkgeek,

Sorry to ask a silly question but you do have scsi-4.8.17-tinycore64.tcz in your /mnt/sda1/tce/onboot.lst file?
If not, test by loading scsi:

sudo -u tc tce-load -i scsi-4.8.17-tinycore64.tcz

if that's solved your problem,

echo "scsi-4.8.17-tinycore64.tcz" >> /mnt/sda1/tce/onboot.lst

to load scsi drivers at boot.

for lsscsi,

sudo -u tc tce-load -wi lsscsi.tcz

That should put you in scsi heaven.

Regards
Philippe
Title: Re: tinycore64 couldn't found scsi driver
Post by: punkgeek on October 17, 2017, 02:06:36 PM
Thank you all for help
now I found it when I connected the new hard drive, I should reboot the system to show the new hard drive.
what can I do for found new hard drive without the reboot?
Title: Re: tinycore64 couldn't found scsi driver
Post by: polikuo on October 17, 2017, 06:21:56 PM
what can I do for found new hard drive without the reboot?

Try:
Code: [Select]
sudo rebuildfstab
mount /dev/sdXY
Title: Re: tinycore64 couldn't found scsi driver
Post by: punkgeek on November 02, 2017, 01:17:18 AM
what can I do for found new hard drive without the reboot?

Try:
Code: [Select]
sudo rebuildfstab
mount /dev/sdXY

Thank you, but it doesn't worked
Title: Re: tinycore64 couldn't found scsi driver
Post by: Rich on November 02, 2017, 06:05:35 AM
Hi punkgeek
Thank you, but it doesn't worked
So you received no error messages with either one of those commands?
Title: Re: tinycore64 couldn't found scsi driver
Post by: punkgeek on November 02, 2017, 06:13:15 AM
Hi punkgeek
Thank you, but it doesn't worked
So you received no error messages with either one of those commands?

not there is not any output when I send command; sudo rebuildfstab
Title: Re: tinycore64 couldn't found scsi driver
Post by: gerald_clark on November 02, 2017, 07:55:30 PM
It rebuilds /etc/fstab, it doesn't generate output.
Title: Re: tinycore64 couldn't found scsi driver
Post by: archerbob on November 03, 2017, 01:29:21 AM
Isn't there a mount tool? 

I asked about attaching USB flash drives and was told to just use that to mount the drive.

What kind of HDD is he attaching?  A USB one or a hotswappable SCSI drive?

Nevermind me.... I'm still just a noob for Tinycore.