blogng/blog/2015-12-01-a-random-rant.markdown
Dhananjay Balan 3a30fb8a07 Compatibility with Octopress site.
Don't break urls.
 1. New Route function which generates routes compatible with old blog.
 2. Renamed posts folder to blog.
2017-01-31 20:44:01 +01:00

38 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: post
title: "A Random rant"
date: 2015-12-01 00:00
comments: false
categories:
- life
- rant
- filesystems
---
```
/me sets +rant
```
Yesterday, Found an old portable hard disk in the attic. Face lights up. Connect to computer, doesnt work. The connection probabaly fried. Its probabaly the connector, HDD internally uses a `SATA` bus.
I know what to do, lets oopen the server box and connect to the motherboard. Cant find any SATA cable. `find sata ~house`
Finally hard disk plugged in, `FreeBSD` boots. `dmesg` shows everything is alright, except `ext4`. #sigh
Somebody suggests `fuse`. Alright, thats it then. Compile, `kldld` and booyeah!
Okay, its full of photos from past. Wow! I need to see them, lets share it to something with a monitor. Thatd be my mac. `sshfs`? Sorry dude, you need the whole `XCode` suite and should sacrifice an extra kidney to load unsigned `kext`s.
But there are other ways of sharing files. `SMB` FTW!
Why the fuck are there three samba versions in ports. `cd /usr/ports/samba$(random_ver)`
Okay, samba is setup and mounted, tears
Nooo - I cant access the hard disk. Why? huh perms fucking perms!
I got this! gonna chmod the shit out, but except… it doesnt work. What the fuck does not implemented mean?
JFGI. JFGI POints to ext4 code - ext4 fuse is strictly read only. (facepalm)
Story still continues…