Refracta Development, Scripts, etc.
Post a reply

Re: Uploaded daily (weekly?) build

Sun Jan 22, 2012 6:20 pm

I just click on the desktop icons for the volumes I want to mount, and they get mounted at /media/disk, /media/disk-1, etc.

I don't see desktop icons for fixed disk volumes here, only removables when plugged

< man pmount > :
-e, --exec
Mount the device with the exec option. Default is noexec

was why /bin/bash errors trying to chroot, < pmount -e sdaX > works fine, problem solved. I too am lazy.

In a real install I prefer traditional fstab for fixed volumes.but pmount is great for live session.

EDIT some pmount options maybe useful for live session forensics:
-r, --read-only
Force the device to be mounted read only. If neither -r nor -w
is specified, the kernel will choose an appropriate default.

-A, --noatime
Mount the device with the noatime option. Default is atime.
Last edited by dzz on Sun Jan 22, 2012 7:32 pm, edited 1 time in total.

Re: Uploaded daily (weekly?) build

Sun Jan 22, 2012 6:33 pm

Oops! My "internal" hard drive (IDE) is connected via usb adapter.

Re: Uploaded daily (weekly?) build

Tue Feb 14, 2012 1:04 pm

New iso uploade (newer than the one I uploaded two or three days ago):
refracta-606_20120213.iso

Changes in Refracta 6.0.6 2012-02-11

Updated version of refractasnapshot to 9.0.2-4.
Updated version of set-selections.sh (now uses --no-install-recommends)
Debian security updates through Feb. 11, 2012.


Changes 2012-02-13

Fixed /usr/share/applications/Printers.desktop
Exec=/usr/bin/iceweasel http://localhost:631

Edited /usr/share/applications/evince.desktop
comment out NoDisplay=true so it shows up in the menu.
Post a reply