Unknown fstype?


 
Thread Tools Search this Thread
Operating Systems Solaris Unknown fstype?
# 22  
Old 09-07-2010
hard to see the screens but I don't think newfs is running correctly. Did you type y when it prompted you?
# 23  
Old 09-07-2010
Sorry, i don't see it waiting for me to enter 'y' . It just displays the prompt i sent you and then return back to system prompt.
# 24  
Old 09-07-2010
something is weird about your emulated system. try setting TERM and run newfs again.

Code:
TERM=vt100; export TERM

# 25  
Old 09-07-2010
I tried for your code and then run newfs again, but still receiving the same messages.

---------- Post updated at 03:32 AM ---------- Previous update was at 12:20 AM ----------

Can you please give me more hint on this?
# 26  
Old 09-07-2010
you are on a windows pc. please download "putty" and use it to make a ssh connection to your solaris machine (or telnet if ssh is not installed/configured).
after login with putty as client run:

Code:
bash
export TERM=vt100

and run the newfs command again...
# 27  
Old 09-07-2010
I tried for your code and then run newfs again, but still the same situation. Can you please help me?
# 28  
Old 09-07-2010
What Solaris release are you using (cat /etc/release) ?
On what hardware ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unknown command '\;'

Hello, I am running ubuntu 16.04 . Below script gives: "unknown command '\;' counter=105 while read COL1 COL2 COL3 do let counter++ url="http://localhost/test/$COL1.$COL2.$COL3"; mysql -uroot -D mydatabase -pmypasswd -e "SELECT video_id FROM video_series_files WHERE id IN \ (SELECT... (12 Replies)
Discussion started by: baris35
12 Replies

2. Shell Programming and Scripting

Unknown fs on usb?

Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or soThis happens when I try... (17 Replies)
Discussion started by: 1in10
17 Replies

3. Linux

rpm -ba unknown option

i am trying to build a simple rpm pacakage. i am trying this example from this link Creating the Spec File i created rpm folder in my home directory of rpmbuild account. in that i have sub folders BUILD,RPMS, SRPMS,SPECS .... in SPECS folder i have a cdplayer spec file named... (1 Reply)
Discussion started by: anand121
1 Replies

4. AIX

Unknown VGs

Hi Guys, I found on one of the server there are 2 VG's which I dont have any Idea of who created .. as below bash-3.00$ lsvg old_rootvg rootvg datavg altinst_rootvg altinst_rootvg under is meant for alternate disk installation.. But I'm not sure for which version of OS it was... (5 Replies)
Discussion started by: kkeng808
5 Replies

5. HP-UX

su: Unknown id: root

Hi, I am facing an issue with HP-UX box. -bash-4.0$ uname -a HP-UX ctsintco B.11.31 U ia64 2795347624 unlimited-user license When ever iam doing a su - root, it is showing the below error -bash-4.0$ su - root Password: su: Unknown id: root Can you pls. let me know how to over come... (2 Replies)
Discussion started by: ysrikanth
2 Replies

6. UNIX for Advanced & Expert Users

unknown test operator

Hi, I have the following shell script : Nbr_BD_Link=0 Nbr_BD_Link=` sqlplus sysadm/${PSWD}@${DB_Name} << EOF | tail -4 | head -1 2>/dev/null set head off feedback off ; select count(*) from dba_db_links ; exit ; EOF ` echo ${Nbr_BD_Link} if ; then ... (4 Replies)
Discussion started by: big123456
4 Replies

7. Solaris

PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10

Hello, I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems: 1. When I execute the command ping, I get weird results: bash-3.00$ usr/sbin/ping localhost ... (4 Replies)
Discussion started by: Przemek
4 Replies

8. UNIX for Dummies Questions & Answers

unknown utility

Hi everyone, I am a beginner in Linux and Shell scripting.I am migrating a couple of shell scripts from Solaris platform to Linux platform.In one script i saw a usage as : /base/article/ocilib/lobfile $username/$password $filename $filepath I didn't understand what this represents.The... (2 Replies)
Discussion started by: DILEEP410
2 Replies

9. UNIX for Dummies Questions & Answers

unknown host

Hello all I'm new to this site and I have to say that ,it is just awesome. I was able to get most of my questions answered by reading the archives. I've been a UNIX programmer for a while now but new to administration. I just installed SunOS 5.9 on my desktop ( i86pc) . Everything... (3 Replies)
Discussion started by: luft
3 Replies

10. UNIX for Dummies Questions & Answers

Fstype list

Does anyone have a list of all the fstypes? I don't know what fstype to use when mounting the cdrom... Cheers;) (5 Replies)
Discussion started by: satan404
5 Replies
Login or Register to Ask a Question