Tiny Core Base > Release Candidate Testing

tinycore_2.5rc2

<< < (2/3) > >>

bmarkus:
Extended HD partition is listed in fstab and has an /mnt entry, see /mnt/hda4 below:


--- Code: ---# /etc/fstab
proc            /proc        proc    defaults          0       0
sysfs           /sys         sysfs   defaults          0       0
devpts          /dev/pts     devpts  defaults          0       0
tmpfs           /dev/shm     tmpfs   defaults          0       0
/dev/hda        /mnt/hda        auto     noauto,users,exec    0 0 # Added by TC
/dev/hda1       /mnt/hda1       ext3     noauto,users,exec,relatime 0 0 # Added by TC
/dev/hda2       /mnt/hda2       ext3     noauto,users,exec,relatime 0 0 # Added by TC
/dev/hda3       none            swap     defaults             0 0 # Added by TC
/dev/hda4       /mnt/hda4       auto     noauto,users,exec    0 0 # Added by TC
/dev/hda5       /mnt/hda5       ext3     noauto,users,exec,relatime 0 0 # Added by TC
--- End code ---

Doesn't harm, but definitely not needed and can be misleading.

/dev/hda like entry was already discussed in the summer; Curaga (if I remember well) had a comment on certain badly partitioned MP3 players which can't be mounted on a usual way as /dev/sda1 only as /dev/sda However it is rare exception, would be better to remove these entries too.

jpeters:

--- Quote from: bmarkus on November 01, 2009, 02:12:32 PM ---Extended HD partition is listed in fstab and has an /mnt entry, see /mnt/hda4 below:


--- Code: ---[font=Courier]
# /etc/fstab
proc            /proc        proc    defaults          0       0
sysfs           /sys         sysfs   defaults          0       0
devpts          /dev/pts     devpts  defaults          0       0
tmpfs           /dev/shm     tmpfs   defaults          0       0
/dev/hda        /mnt/hda        auto     noauto,users,exec    0 0 # Added by TC
/dev/hda1       /mnt/hda1       ext3     noauto,users,exec,relatime 0 0 # Added by TC
/dev/hda2       /mnt/hda2       ext3     noauto,users,exec,relatime 0 0 # Added by TC
/dev/hda3       none            swap     defaults             0 0 # Added by TC
/dev/hda4       /mnt/hda4       auto     noauto,users,exec    0 0 # Added by TC
/dev/hda5       /mnt/hda5       ext3     noauto,users,exec,relatime 0 0 # Added by TC[/font]
--- End code ---

Doesn't harm, but definitely not needed and can be misleading.

/dev/hda like entry was already discussed in the summer; Curaga (if I remember well) had a comment on certain badly partitioned MP3 players which can't be mounted on a usual way as /dev/sda1 only as /dev/sda However it is rare exception, would be better to remove these entries too.

--- End quote ---

don't know if this is similar, but if I mount my thumb drive (sda1) fstab includes sda2 for the partition:

--- Code: ---
/dev/sda        /mnt/sda        auto     noauto,users,exec    0 0 # Added by TC
/dev/sda1       /mnt/sda1       vfat     noauto,users,exec,umask=000 0 0 # Added by TC
/dev/sda2       /mnt/sda2       vfat     noauto,users,exec,umask=000 0 0 # Added by TC

--- End code ---


jls:
I would change the info messages in tce-update from : tce-update to: sudo tce-update.
Infact it's written that is suggested to exit from X and run tce-update, but this is wrong since the correct command is sudo tce-update

roberts:

--- Quote from: jpeters on November 01, 2009, 02:34:43 PM ---
--- Quote from: bmarkus on November 01, 2009, 02:12:32 PM ---Extended HD partition is listed in fstab and has an /mnt entry, see /mnt/hda4 below:


--- Code: ---[font=Courier]
# /etc/fstab
proc            /proc        proc    defaults          0       0
sysfs           /sys         sysfs   defaults          0       0
devpts          /dev/pts     devpts  defaults          0       0
tmpfs           /dev/shm     tmpfs   defaults          0       0
/dev/hda        /mnt/hda        auto     noauto,users,exec    0 0 # Added by TC
/dev/hda1       /mnt/hda1       ext3     noauto,users,exec,relatime 0 0 # Added by TC
/dev/hda2       /mnt/hda2       ext3     noauto,users,exec,relatime 0 0 # Added by TC
/dev/hda3       none            swap     defaults             0 0 # Added by TC
/dev/hda4       /mnt/hda4       auto     noauto,users,exec    0 0 # Added by TC
/dev/hda5       /mnt/hda5       ext3     noauto,users,exec,relatime 0 0 # Added by TC[/font]
--- End code ---

Doesn't harm, but definitely not needed and can be misleading.

/dev/hda like entry was already discussed in the summer; Curaga (if I remember well) had a comment on certain badly partitioned MP3 players which can't be mounted on a usual way as /dev/sda1 only as /dev/sda However it is rare exception, would be better to remove these entries too.

--- End quote ---

don't know if this is similar, but if I mount my thumb drive (sda1) fstab includes sda2 for the partition:

--- Code: ---
/dev/sda        /mnt/sda        auto     noauto,users,exec    0 0 # Added by TC
/dev/sda1       /mnt/sda1       vfat     noauto,users,exec,umask=000 0 0 # Added by TC
/dev/sda2       /mnt/sda2       vfat     noauto,users,exec,umask=000 0 0 # Added by TC

--- End code ---

--- End quote ---

While there is still some debate whether to have too many (no harm) or not enough in certain (but rare) situations. I will try out an alternate build, but will do so for the next rc1 cycle, not  in our current rc cycle.

roberts:

--- Quote from: jls_legalize on November 01, 2009, 03:10:19 PM ---I would change the info messages in tce-update from : tce-update to: sudo tce-update.
Infact it's written that is suggested to exit from X and run tce-update, but this is wrong since the correct command is sudo tce-update

--- End quote ---
Done.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version