prashanthiyer
Posts: 1
Joined: Sat Jan 30, 2016 9:07 am

Issue with memory

Sat Jan 30, 2016 9:55 am

When ever i do something like download or save youtube video , its not saving on my SD card at /dev/root rather on RAM.

I want it to save default on SDRAM which has 29 GB free. Please let me why ?

pi@raspberrypi ~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 29G 2.8G 25G 11% /
devtmpfs 182M 0 182M 0% /dev
tmpfs 38M 280K 37M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 75M 0 75M 0% /run/shm
/dev/mmcblk0p5 60M 20M 40M 33% /boot
/dev/mmcblk0p3 27M 397K 25M 2% /media/SETTINGS

While free shows as below.

pi@raspberrypi ~ $ free -h
total used free shared buffers cached
Mem: 371M 254M 117M 0B 13M 189M
-/+ buffers/cache: 50M 320M
Swap: 99M 0B 99M

JMK8
Posts: 42
Joined: Tue Apr 28, 2015 10:00 am

Re: Issue with memory

Sat Jan 30, 2016 4:20 pm

Whenever you 'download' anything it gets saved as a file - that's what 'download' means. If you want to play it, examine it, whatever after it is 'downloaded', it is then loaded into RAM, usually by an application (video player, editor, whatever...).

Playing a video inside a browser is different, that is not a 'download'.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Issue with memory

Sat Jan 30, 2016 9:11 pm

• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Return to “General discussion”