WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore64 couldn't found scsi driver  (Read 6168 times)

Offline punkgeek

  • Newbie
  • *
  • Posts: 12
tinycore64 couldn't found scsi driver
« 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

Offline Fleepuk

  • Newbie
  • *
  • Posts: 3
Re: tinycore64 couldn't found scsi driver
« Reply #1 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.

Offline punkgeek

  • Newbie
  • *
  • Posts: 12
Re: tinycore64 couldn't found scsi driver
« Reply #2 on: October 16, 2017, 03:28:59 PM »
THank you for answer
Sorry how can I run lsscsi?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: tinycore64 couldn't found scsi driver
« Reply #3 on: October 17, 2017, 01:27:42 AM »
Install  lsscsi.tcz .
Download a copy and keep it handy: Core book ;)

Offline punkgeek

  • Newbie
  • *
  • Posts: 12
Re: tinycore64 couldn't found scsi driver
« Reply #4 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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore64 couldn't found scsi driver
« Reply #5 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?

Offline Philippe

  • Newbie
  • *
  • Posts: 6
Re: tinycore64 couldn't found scsi driver
« Reply #6 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

Offline punkgeek

  • Newbie
  • *
  • Posts: 12
Re: tinycore64 couldn't found scsi driver
« Reply #7 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?

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: tinycore64 couldn't found scsi driver
« Reply #8 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

Offline punkgeek

  • Newbie
  • *
  • Posts: 12
Re: tinycore64 couldn't found scsi driver
« Reply #9 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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: tinycore64 couldn't found scsi driver
« Reply #10 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?

Offline punkgeek

  • Newbie
  • *
  • Posts: 12
Re: tinycore64 couldn't found scsi driver
« Reply #11 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

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: tinycore64 couldn't found scsi driver
« Reply #12 on: November 02, 2017, 07:55:30 PM »
It rebuilds /etc/fstab, it doesn't generate output.

Offline archerbob

  • Newbie
  • *
  • Posts: 35
Re: tinycore64 couldn't found scsi driver
« Reply #13 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.
« Last Edit: November 03, 2017, 01:31:49 AM by archerbob »