Puppy Linux


 
Thread Tools Search this Thread
Operating Systems Linux Puppy Linux
# 1  
Old 10-17-2008
Question Puppy Linux

Does anyone have installed Puppy Linux on a formatted hard disk without any partition?
I have just gotten the cd iso live but I do not know howto install it permanently. Smilie
Someone can help me?
Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

puppy linux

i used puppylinux(only 95mb) good OS.i have some doubts raised 1.)how a bootable drive is different from a unbootable drive(drive=a harddisk or pendrive or a cd etc..)? 2.)how puppylinux is able to play sounds without audiodriver installation (which is needed in windows)? (2 Replies)
Discussion started by: villanarun
2 Replies
Login or Register to Ask a Question
FINDFS(8)                                                      System Administration                                                     FINDFS(8)

NAME
findfs - find a filesystem by label or UUID SYNOPSIS
findfs NAME=value DESCRIPTION
findfs will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags are: LABEL=<label> Specifies filesystem label. UUID=<uuid> Specifies filesystem UUID. PARTUUID=<uuid> Specifies partition UUID. This partition identifier is supported for example for GUID Partition Table (GPT) partition tables. PARTLABEL=<label> Specifies partition label (name). The partition labels are supported for example for GUID Partition Table (GPT) or MAC partition tables. If the filesystem or partition is found, the device name will be printed on stdout. The complete overview about filesystems and partitions you can get for example by lsblk --fs partx --show <disk> blkid EXIT STATUS
0 success 1 label or uuid cannot be found 2 usage error, wrong number of arguments or unknown option AUTHOR
findfs was originally written by Theodore Ts'o <tytso@mit.edu> and re-written for the util-linux package by Karel Zak <kzak@redhat.com>. ENVIRONMENT
LIBBLKID_DEBUG=all enables libblkid debug output. SEE ALSO
blkid(8), lsblk(8), partx(8) AVAILABILITY
The findfs command is part of the util-linux package and is available from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils /util-linux/>. util-linux March 2014 FINDFS(8)