LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-15-2009, 09:35 AM   #61
candebill
Member
 
Registered: Jun 2009
Posts: 61

Original Poster
Rep: Reputation: 15

I typed in pwd and got:
/home/mint

Then I typed ls cas and got:
bash: la: command not found

And I tried ls cas* and got:
ls: cannot access cas*: No such file or directory
 
Old 07-15-2009, 09:45 AM   #62
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
bash: la: command not found
Then you typed "la" not "ls" , and it is telling you that.
The command needs to be all on one line like this

ls cas*

Please try again
[Edit:]
And while you are at it, we should see how much free space you have available with
df -h
[/Edit]

Last edited by tredegar; 07-15-2009 at 09:58 AM.
 
Old 07-15-2009, 10:01 AM   #63
candebill
Member
 
Registered: Jun 2009
Posts: 61

Original Poster
Rep: Reputation: 15
I typed in ls cas* on one line I got the same thing.
I also typed in df-h and it said command not found.

Last edited by candebill; 07-15-2009 at 10:02 AM.
 
Old 07-15-2009, 10:05 AM   #64
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
It's df <SPACE> -h
Please try again

The only time I can get an error like ls: cannot access cas*: No such file or directory
is if I type
Code:
ls cas
with no *.

I think you need to check your typing more carefully
 
Old 07-15-2009, 10:07 AM   #65
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK, here's what I got with that tredegar; screenshot below, and thanks for helping, as I'm lost too

EDIT-I tried ls cas too

Last edited by linus72; 11-08-2009 at 09:58 AM.
 
Old 07-15-2009, 10:10 AM   #66
candebill
Member
 
Registered: Jun 2009
Posts: 61

Original Poster
Rep: Reputation: 15
I did type in ls cas. exactly like this ls cas. And it says no such file or directory.


I typed in df -h and recieved alot of info. Which would you like to see? The computer I am using to chat on this forum is not the same one. This is my work pc. I have my laptop with Mint sitting right here next to me. I can type all that out if you need me to though.
 
Old 07-15-2009, 10:14 AM   #67
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK, listen candebill,
Just so no one has to read the whole post to help;
Please fire up the laptop with Mint; and tell us whether your booting Mint from HD, CD, or USB?
Also, tell whether you created the new casper-rw from cd, usb, etc

Now, what's installed to HD on the lappy?
 
Old 07-15-2009, 10:17 AM   #68
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I did type in ls cas. exactly like this ls cas. And it says no such file or directory.
We asked you to type
Code:
ls cas*
The * is important and it follows directly after the s of cas
Quote:
I typed in df -h and recieved alot of info. Which would you like to see?
Only the lines that end with the "Mounted on" as
/
/home (if present)

and please copy it carefully.
 
Old 07-15-2009, 10:18 AM   #69
candebill
Member
 
Registered: Jun 2009
Posts: 61

Original Poster
Rep: Reputation: 15
I am fired up right now from the cd. I created the new casper-rw with the cd. I am trying to find out where the casper-rw was created so I can take the new one that was created and copy and paste, overwriting the old one. But I don't know where it's at.
 
Old 07-15-2009, 10:22 AM   #70
candebill
Member
 
Registered: Jun 2009
Posts: 61

Original Poster
Rep: Reputation: 15
I know this is probably frustrating to you but I also typed in ls cas*. What I got was no such file or directory.

/lib/modules/2.6.27-7-generic/volatile
/lib/modules/2.6.27-7-generic/volatile
/lib/init/rw
/var/run
/var/lock
/dev
/dev/shm
/
/cdrom
/rofs
/tmp
/media/STORE N GO
/media/disk
 
Old 07-15-2009, 10:26 AM   #71
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK, in Mint desktop, open "Places" from the menu,
if there is no "Places" or similar
open a terminal and become root with "sudo su"

then enter "fdisk -l" that's a dash and little L
here's mine

Code:
bz@bz-desktop:~$ sudo su
[sudo] password for bz: 
root@bz-desktop:/home/bz# fdisk -l

Disk /dev/sda: 164.6 GB, 164696555520 bytes
255 heads, 63 sectors/track, 20023 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        9868    79264678+  83  Linux
/dev/sda2            9869       20023    81570037+   5  Extended
/dev/sda5           19741       20023     2273166   82  Linux swap / Solaris
/dev/sda6            9869       14877    40234729+  83  Linux
/dev/sda7           14878       19740    39062016   83  Linux

Partition table entries are not in disk order
Now, if not already there, make a mountpoint for whatever your hd designation is.
for me it would be
"mkdir /mnt/sda1"
and then
"mount /dev/sda1 /mnt/sda1"

Now, your mounted
your hd name may be hda1, hda2, whateever
just mount all partitions, except the swap, if you have one.
do that 1st
and have the usb mounted too

then do
df -h

ls cas
 
Old 07-15-2009, 10:28 AM   #72
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Scratch that candebill
it looks like it's all mount

/media/disk is hd?

/media/Store N GO is usb?
 
Old 07-15-2009, 10:30 AM   #73
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Also please do
ls /media/STORE_N_GO
or whatever it's name is
and
ls /media/disk
 
Old 07-15-2009, 10:34 AM   #74
candebill
Member
 
Registered: Jun 2009
Posts: 61

Original Poster
Rep: Reputation: 15
Oked dokey...I typed in ls /media/STORE_N_GOand got no such file or directory.
I typed in ls /media/diskand I got...a whole lot of stuff. lol
 
Old 07-15-2009, 10:39 AM   #75
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
But why does it say
Quote:
/media/STORE N GO
how is it named, with spaces- STORE N GO
or what, dashes?
STORE-N-GO
or
STORE_N_GO
?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB flash drive works like a charm! wapcaplet LinuxQuestions.org Member Success Stories 3 07-10-2009 07:50 AM
USB Flash drive works great, BUT I can't unmount it?? Balarabay1 Linux - Hardware 6 11-20-2006 01:02 PM
If my flash drive works, shouldnt my camera work also? M$ISBS Linux - Hardware 4 09-16-2006 09:48 AM
How USB / Flash drive works in redhat 9 itstipu Linux - Hardware 5 08-08-2006 03:38 PM
LXer: EDGE Tech Corp Announces Portable Flash Drive With Muscle - the New 8GB DiskGO!(TM) Now Available; Swap and Go With This Secure Thumb-Sized Flash Drive LXer Syndicated Linux News 0 12-14-2005 02:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration