Thread
:
I thought running rm -rf as root could delete anything - I need help from a Unix/Linux pro
View Single Post
michaaa62
2011-03-01 , 21:03
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#
4
Most of the time a partition will get mounted if a file system is in a bad state or corrupted. You need rootsh to be installed for this to work from X-Terminal.
Code:
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
Quote & Reply
|
The Following 6 Users Say Thank You to michaaa62 For This Useful Post:
cfh11
,
codeMonkey
,
ejasmudar
,
ivyking
,
Mentalist Traceur
,
travla
michaaa62
View Public Profile
Send a private message to michaaa62
Find all posts by michaaa62