![]() |
2013-09-23
, 16:21
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#142
|
hail to the sixwheeledbeast...
here is the output of what ever u asked me to:
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-09-23
, 20:13
|
Posts: 33 |
Thanked: 8 times |
Joined on Mar 2013
@ kaputtgart, merkelistan
|
#143
|
The Following User Says Thank You to tobasmogaster For This Useful Post: | ||
![]() |
2013-09-23
, 22:24
|
Posts: 33 |
Thanked: 8 times |
Joined on Mar 2013
@ kaputtgart, merkelistan
|
#144
|
![]() |
2013-09-23
, 22:33
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#145
|
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-09-24
, 01:05
|
Posts: 33 |
Thanked: 8 times |
Joined on Mar 2013
@ kaputtgart, merkelistan
|
#146
|
Can you edit your post and put the output of the code you tried before.
![]() |
2013-09-24
, 13:21
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#147
|
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-09-24
, 17:45
|
Posts: 33 |
Thanked: 8 times |
Joined on Mar 2013
@ kaputtgart, merkelistan
|
#148
|
![]() |
2013-09-24
, 21:39
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#149
|
actually u just used a word im not familliar in this context...
stripped.
![]() |
2013-10-05
, 22:01
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#150
|
flopswap (0.1.0) unstable; urgency=low * Big changes to backend, so new version number * Change to get swap locations from blkid * Change upstart file to use blkid * Support for CSSU upstart swap_sd in mount-ops-overwrite * General clean up and small fixes
The Following 5 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
here is the output of what ever u asked me to:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
[rootNokia-N900:~]$ blkid | grep swap
/dev/mmcblk0p3: TYPE="swap"
/dev/mmcblk1p1: UUID="151b76ee-cabe-4786-bd66-c7cdb8d17fda" TYPE="swap"
/dev/mmcblk1p2: UUID="bb52bbee-fd45-4ceb-809f-7d84d0cf7008" TYPE="swap"
[rootNokia-N900:~]$ dpkg-query -W -f='${Version}\n' upstart
0.3.8-67+0m5
[rootNokia-N900:~]$ cat /etc/default/mount-opts-overwrite
cat: /etc/default/mount-opts-overwrite: No such file or directory
[rootNokia-N900:~]$ cat /etc/default/mount-opts
# Options for mounting user's filesystems
home_opts="rw,noatime,errors=continue,commit=120,d ata=writeback"
fat_opts="noauto,nodev,noexec,nosuid,noatime,nodir atime,utf8,uid=29999,shortname=mixed,dmask=000,fma sk=0133,rodir"
[rootNokia-N900:~]$ cat /etc/fstab
# autogenerated
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8 ,uid=29999,shortname=mixed,dmask=000,fmask=0133,ro dir 0 0
/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=120,data=writeba ck 0 0
/home/opt /opt none bind
/dev/mmcblk0p3 none swap sw 0 0
[rootNokia-N900:~]$