![]() |
2012-11-19
, 06:13
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2012
|
#1
|
![]() |
2012-11-19
, 06:52
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
mount > /home/user/MyDocs/mount.txt
sudo gainroot umount /dev/mmcblk0p1
![]() |
2012-11-19
, 07:26
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2012
|
#3
|
![]() |
2012-11-19
, 07:30
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#4
|
![]() |
2012-11-19
, 07:48
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2012
|
#5
|
![]() |
2012-11-19
, 07:55
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#6
|
The Following 2 Users Say Thank You to reinob For This Useful Post: | ||
![]() |
2012-11-19
, 08:57
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#7
|
Try simply to get the output of mount command to a file for further inspectionRead the file mount.txt or attach it in your next post for more support.Code:mount > /home/user/MyDocs/mount.txt
If you try to unmount a partition, the command doesonly expect one argument likeCode:sudo gainroot umount /dev/mmcblk0p1
The Following 4 Users Say Thank You to misiak For This Useful Post: | ||
![]() |
2012-11-19
, 09:05
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2012
|
#8
|
![]() |
2012-11-19
, 09:11
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#9
|
The Following 4 Users Say Thank You to reinob For This Useful Post: | ||
![]() |
2012-11-19
, 09:13
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#10
|
Seriously? This is like the third time i see here someone who suggests redirecting output of some command to a file in the filesystem while helping someone with broken filesystem. How can one do that if he may not even have that directory? Sorry for turning my rage at you, I don't remember if it was also you in the previous cases, but Jesus Christ, when someone says something like "I cannot access MyDocs" or "I mounted MyDocs partition somewhere else", it's not wise to tell him/her to create a file over there :P