Tutorial[ Seagate Disks ]: Install Seagate OpenSeaChest Utilities
#5
Sad 
(02-28-2019, 02:02 PM)Neo2018 Wrote: I have decided to install OpenSeachest.
So far my actions are:

Before I put it to copying and the binaries to the final destination, I first wanted to test it.
(02-06-2019, 07:05 AM)tuxd3v Wrote: 7) Now try to see if root, knows about OpenSeachest Utilities:
    type "open" and press <TAB>, you will see at least :
Code:
                           openSeaChest_FormatUnit    openSeaChest_PowerControl
openSeaChest_Basics        openSeaChest_GenericTests  openSeaChest_SMART
openSeaChest_Configure     openSeaChest_Info          openSeaChest_ZBD
openSeaChest_Erase         openSeaChest_Logs          
openSeaChest_Firmware      openSeaChest_NVMe        
Try with the command >
Code:
cd /root/openSeaChest/Make/gcc/openseachest_exes
ls
openSeaChest_Basics     openSeaChest_Firmware      openSeaChest_Info  openSeaChest_PowerControl
openSeaChest_Configure  openSeaChest_FormatUnit    openSeaChest_Logs  openSeaChest_SMART
openSeaChest_Erase      openSeaChest_GenericTests  openSeaChest_NVMe  openSeaChest_ZBD
type "open" and press <TAB>
No function
Code:
openSeaChest_Basics
-bash: openSeaChest_Basics: command not found
 openSeaChest_Info
-bash: openSeaChest_Info: command not found
What's wrong, how do I test the functions?
Many Thanks!

Hello Neo2018,
No problem [Image: wink.png]

Because you don't have binaries in final destination and maybe not in the PATH Environment Variable yet, you cannot execute them as if the system knows were they are..
You need to execute, or with absolute paths, or relative to the folder they are:

A example of openSeaChest_Basics options '-h' switch, to see possibilities of the tool:

1) Absolute paths:
Code:
/root/openSeaChest/Make/gcc/openseachest_exes/openSeaChest_Basics -h

2) Relative paths:
Code:
cd /root/openSeaChest/Make/gcc/openseachest_exes
./openSeaChest_Basics -h

In your case, that you want to see information about the disks( X is your drive letter, a,b,c,d and so on.. ):

1) Absolute paths:
Code:
/root/openSeaChest/Make/gcc/openseachest_exes/openSeaChest_Basics --deviceInfo --device /dev/sdX

2) Relative paths:
Code:
cd /root/openSeaChest/Make/gcc/openseachest_exes
./openSeaChest_Basics --deviceInfo --device /dev/sdX

In this way, you can use all tools, but its boring since you can follow steps 4,5,6.. and after that you can purely issue the command you want too 

Drop me a line, how it were going [Image: shy.png]


Messages In This Thread
RE: Tutorial[ Seagate Disks ]: Install Seagate OpenSeaChest Utilities - by tuxd3v - 03-01-2019, 10:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SkiffOS server with Docker ,NAS, Home assistant, Jellyfin, Snikket XMPP (tutorial) GreyLinux 12 9,408 04-04-2022, 05:26 AM
Last Post: GreyLinux
  SimpNas server with docker - home assistant, radicale , jellyfin & esphome (tutorial) GreyLinux 0 4,328 01-17-2021, 11:33 AM
Last Post: GreyLinux
  Tutorial:How to Configure ATS Fan control tuxd3v 26 52,177 11-06-2020, 08:56 PM
Last Post: g_t_j
  Serial Connection Tutorial: FTDI 232RL hmuller 0 3,137 10-23-2020, 11:56 AM
Last Post: hmuller
Video How to Install Google PlayStore NightCrawler504 2 5,222 04-08-2020, 02:20 PM
Last Post: pino88
Wink Tutorial[ Seagate Disks ]: Optimize Life Span/Power Managment tuxd3v 14 23,549 06-19-2019, 04:40 AM
Last Post: Neo2018
Video Video and Guide to install Android to emmc no emmc to usb adapter NightCrawler504 0 3,310 04-21-2019, 07:19 PM
Last Post: NightCrawler504
  Tutorial[ Multimedia ] : Play DVD movies tuxd3v 0 2,675 02-26-2019, 07:21 PM
Last Post: tuxd3v
  Tutorial[ OpenCL ]: OpenCL 1.2 FULL_PROFILE Working tuxd3v 0 3,919 11-06-2018, 01:03 PM
Last Post: tuxd3v
  HOW TO - install linux on emmc without etcher or USB adapter dukla2000 4 10,394 07-31-2018, 12:40 PM
Last Post: dukla2000

Forum Jump:


Users browsing this thread: 1 Guest(s)