144 reputation
6
bio website
location
age
visits member for 1 year, 9 months
seen May 8 at 10:08
stats profile views 6

May
4
comment Rearrange partitions to install a second Linux distribution
I add (manually) a menu entry in GRUB, to boot it. How: grub: boot from ISO
May
4
comment Rearrange partitions to install a second Linux distribution
I usually save a live (recovery) CD in /boot, so I usually make it 1 GB or a bit more.
May
2
comment Partitioning. Arch vs Ubuntu manuals
@RedPlanet I'll vote up for you
May
2
comment How do I name a partition?
Yeah, technically, you are right because you're writing about a partition label, but a filesystem can be labelled too. That's why parted returns error - it does not deal with the filesystem. But this point is moot, since nobody is going to use a partition without a filesystem inside.
May
2
comment How do I name a partition?
On MBR, labels are stored inside the filesystem, provided that the filesystem supports a label. You can use filesystem-specific tools, like e2label, or Gparted, that runs them for you. Gparted Manual, Setting a partition label // Gparted Features Support table which you can also see via the "View" >> "File system support" menu.
May
2
comment How do I name a partition?
You can edit labels in Gparted, and see them with blkid
May
2
comment How do I name a partition?
No, it's valid for both
May
1
comment How do I name a partition?
... or GParted. The "name" of the partition is called the label.
Apr
30
comment bash script - supervisor program
ps -eo user,comm | grep "[[:space:]]vi$" | uniq | wc -l ([[:space:]] is a POSIX character class, the dollar is regex speak for "end of line")
Apr
27
comment Automated partition selection in bash script
Is that 2>/dev/null (with the >)?
Apr
27
comment replacement inside parallel command string
Following the manual or a guide is usually better than doing trial-and-error
Apr
27
comment Fedora 18 Live CD is hanging on boot
FWIW another question on Fedora x64 live CD hanging at boot. As a workaround, I'd consider febootstrap.
Apr
27
comment Problem getting Fedora to run in VirtualBox
FWIW another question on Fedora x64 live CD hanging at boot. As a workaround, I'd consider febootstrap.
Apr
25
comment how to glob every hidden file except current and parent directory
Right, see mywiki.wooledge.org/ParsingLs for more information
Jan
28
comment How to make ext4 filesystem sparse?
Do a sync after the dd.
Jan
5
comment How to create an initrd image on OpenSuSE linux?
@AnishaKaul, that is the expected behavior, as documented in the README file of the kernel sources.
Oct
11
comment Why hard links not allowed to directories in UNIX/Linux
+1. A corollary is that the kernel would have to deal with loops of directories that are not linked by the root. stackoverflow.com/a/7720649/778990
Aug
15
comment Does GRUB consider partition order when looking for config files?
Ok then, thanks.
Aug
14
comment Are there any problems if I install an old version of a Linux distro?
PS: "can got"? "might have". :)
Aug
14
comment Are there any problems if I install an old version of a Linux distro?
You're right. I asked a friend meanwhile, and he gave me the same answer. Moreover, he said there is no need to look for an old verison, as I can safely use the latest version of Kubuntu or Lubuntu. So I think I can mark this as the best answer. Grazie. :)