![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto copy for files from folder to folder upon instant writing | Bashar | UNIX for Advanced & Expert Users | 2 | 08-21-2008 11:44 AM |
| How to FTP a folder..?? is it possible..?? | RRVARMA | UNIX for Advanced & Expert Users | 3 | 03-12-2008 01:32 AM |
| Parse the .txt file for folder name and FTP to the corrsponding folder. | MeganP | Shell Programming and Scripting | 3 | 07-03-2007 10:54 AM |
| Take a folder name and find it in another folder (Complicated) | hkhan12 | Shell Programming and Scripting | 5 | 09-06-2006 09:25 AM |
| Run an exe from different folder | Asif Ali | Shell Programming and Scripting | 1 | 09-09-2004 06:50 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
I must confess to have no doubt about what's going on.
For some reason fsck does not do what you want. I do not have enough knowledge of Linux (if that is what makes the difference) to help you out here. Maybe a post in the Linux area can give you a solution. Sorry Regs David |
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
Linux users should be careful not to simily fsck a filesystem *until* they know the filesystem they are using.
If you are using, for example, an journaling filesystem like ext3 , fsck can be potentially more damaging. What type of filesystem are you using? If you don't know, try posting the output of: mount |
|
#10
|
|||
|
|||
|
mount
/dev/sda7/ on / type ext2 (rw) none on /proc type proc (rw) Is there a way to salvage it, or should I just reinstall linux? If I thought it wouldn't happen again I would have alredy reinstalled but i plan on running this machine headless and keyboardless and it really can't becrapping out on me like this it has to run stably. Like a good little unix :-)
__________________
[url=http://www.macfixer.net][img]http://badges.macfixer.net/forumbadge.gif[/img][/url] |
|
#11
|
||||
|
||||
|
The linux ext2 filesystem is old, stable and reliable.
I've always been able to repair corrupted ext2 filesystems with e2fsck ...... unless the disk drive was bad. Neo |
|
#12
|
|||
|
|||
|
I really don't think the disk is bad, its worked fine for a long time and I can boot Mac OS fine. How do I use that program you said??
__________________
[url=http://www.macfixer.net][img]http://badges.macfixer.net/forumbadge.gif[/img][/url] |
|
#13
|
||||
|
||||
|
e2fsck /dev/sda7
|
|
#14
|
|||
|
|||
|
e2fsck: Command not found :-(
__________________
[url=http://www.macfixer.net][img]http://badges.macfixer.net/forumbadge.gif[/img][/url] |
|||
| Google The UNIX and Linux Forums |